Skip to content

Commit 6b3093d

Browse files
committed
.
1 parent 4d62667 commit 6b3093d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

extras/aqua.sh

+6-4
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@ upgrade_self
202202
echo ""
203203
echo "Please make sure to read release notes https://github.com/sfeakes/AqualinkD/blob/master/README.md#release"
204204

205-
if [ "$0" == "bash" ]; then
205+
#if [ "$0" == "bash" ]; then
206206
# 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
207+
echo -n "Source directory "
208+
echo $AQUA | tr -s '/' '/'
209+
echo -n "To run this script in the future, "
210+
echo $AQUA/$SOURCE_LOCATION | tr -s '/' '/'
211+
#fi

0 commit comments

Comments
 (0)