Skip to content

Commit 5a286fd

Browse files
authored
chore: fix autorefresh script (#816)
1 parent 9ae6f99 commit 5a286fd

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
@@ -345,4 +345,4 @@ fi
345345
info_bold " apify --help"
346346
echo
347347

348-
exec $refresh_command
348+
sh -c $refresh_command

0 commit comments

Comments
 (0)