Skip to content

Commit 46fdd25

Browse files
authored
chore: last attempt at automatic shell refresh (#820)
1 parent 331f2ad commit 46fdd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,4 @@ info_bold " apify --help"
346346
echo
347347

348348
# 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
349+
sh -c $SHELL

0 commit comments

Comments
 (0)