We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff717f commit 331f2adCopy full SHA for 331f2ad
1 file changed
scripts/install/install.sh
@@ -345,4 +345,5 @@ fi
345
info_bold " apify --help"
346
echo
347
348
-sh -c $refresh_command
+# Not ideal but its the only way to refresh the shell (this also means if you type exit / CTRL+D, you'll need to do it twice)
349
+exec $SHELL
0 commit comments