Skip to content

Commit 07a7f60

Browse files
authored
Merge pull request #22 from picklerick2349/master
Fixing syntax error in the bash script
2 parents 26cae32 + c84831d commit 07a7f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "Continue? (y/n)"
3232
read cont
3333
if [ "$cont" != "y" ]; then
3434
exit 1
35-
# fi
35+
fi
3636

3737
echo "\033[0;32mtesting daemon..."
3838
# should handle gracefully

0 commit comments

Comments
 (0)