mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
fix ifs in scripts
This commit is contained in:
parent
36193111e2
commit
bc7938802f
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
AWS_PROFILE=$2
|
AWS_PROFILE=$2
|
||||||
if [ -z "$VERSION" || -z "$AWS_PROFILE" ]; then
|
if [ -z "$VERSION"] || [-z "$AWS_PROFILE" ]; then
|
||||||
echo "Usage: $0 <version> <aws-profile>"
|
echo "Usage: $0 <version> <aws-profile>"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
AWS_PROFILE=$2
|
AWS_PROFILE=$2
|
||||||
if [ -z "$VERSION" || -z "$AWS_PROFILE" ]; then
|
if [ -z "$VERSION"] || [-z "$AWS_PROFILE" ]; then
|
||||||
echo "Usage: $0 <version> <aws-profile>"
|
echo "Usage: $0 <version> <aws-profile>"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user