forked from glen/fostr
fix: eliminate empty then block in bash script
This commit is contained in:
parent
e3ff1f259e
commit
87a6fbc642
@ -5,6 +5,7 @@ BINDIR=$(dirname $BASH_SOURCE)
|
||||
if $BINDIR/ng sunshine --help
|
||||
then
|
||||
# echo "sun already shining."
|
||||
:
|
||||
else
|
||||
# echo "disperse the clouds."
|
||||
SUNJAR="$BINDIR/../lib/sunshine.jar"
|
||||
|
Loading…
Reference in New Issue
Block a user