We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d62667 commit 6b3093dCopy full SHA for 6b3093d
extras/aqua.sh
@@ -202,8 +202,10 @@ upgrade_self
202
echo ""
203
echo "Please make sure to read release notes https://github.com/sfeakes/AqualinkD/blob/master/README.md#release"
204
205
-if [ "$0" == "bash" ]; then
+#if [ "$0" == "bash" ]; then
206
# Was probably run from curl
207
- echo "Source directory "echo $AQUA | tr -s '/' '/'
208
- echo "To run this script in the future, "echo $AQUA/$SOURCE_LOCATION | tr -s '/' '/'
209
-fi
+ echo -n "Source directory "
+ echo $AQUA | tr -s '/' '/'
+ echo -n "To run this script in the future, "
210
+ echo $AQUA/$SOURCE_LOCATION | tr -s '/' '/'
211
+#fi
0 commit comments