We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708414 commit 828bd58Copy full SHA for 828bd58
init_setup.sh
@@ -80,7 +80,7 @@ if [[ $(docker ps --format "{{.Names}}" | grep $restname) ]] || [[ $(docker ps -
80
echo ""
81
echo "A container with already exists with the name $restname or $frontendname or $dbname."
82
echo "Maybe its the second time that you run this script. If not please remove these containers."
83
-echo "If you want to check for updated run the update.sh script."
+echo "If you want to check for updates, run the update.sh script."
84
85
exit 1;
86
fi
0 commit comments