We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd4b07 commit 6e01b9fCopy full SHA for 6e01b9f
1 file changed
start-local.sh
@@ -438,7 +438,7 @@ check_installation_folder() {
438
echo "It seems you have already a start-local installation in '${folder}'."
439
if [ -f "$folder/uninstall.sh" ]; then
440
echo "I cannot proceed unless you uninstall it, using the following command:"
441
- echo "cd $folder && ./uninstall.sh"
+ echo "cd $folder && ./uninstall.sh && cd -"
442
else
443
echo "I did not find the uninstall.sh file, you need to proceed manually."
444
if [ -f "$folder/docker-compose.yml" ] && [ -f "$folder/.env" ]; then
@@ -1094,4 +1094,4 @@ ctrl_c() {
1094
trap ctrl_c INT
1095
1096
# Execute the script
1097
-main "$@"
+main "$@"
0 commit comments