Skip to content

Commit 828bd58

Browse files
authored
fix spelling
1 parent 1708414 commit 828bd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [[ $(docker ps --format "{{.Names}}" | grep $restname) ]] || [[ $(docker ps -
8080
echo ""
8181
echo "A container with already exists with the name $restname or $frontendname or $dbname."
8282
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."
83+
echo "If you want to check for updates, run the update.sh script."
8484
echo ""
8585
exit 1;
8686
fi

0 commit comments

Comments
 (0)