Skip to content

Commit bf47af6

Browse files
committed
move to next file otherwise you will always wait
1 parent 86f3b4f commit bf47af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload/Library/installapplications/installapplications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def main():
708708
'User scripts cannot work in setupassistant stage! '
709709
'Removing %s' % (path))
710710
os.remove(path)
711-
pass
711+
continue
712712
iaslog('Triggering LaunchAgent for user script: %s' % (path))
713713
touch(userscripttouchpath)
714714
if opts.depnotify:

0 commit comments

Comments
 (0)