Skip to content

Commit

Permalink
Reduce cleanup delay
Browse files Browse the repository at this point in the history
Reduced sleep time from 5 to 3 for cleanup delay
  • Loading branch information
iczerjones authored Dec 3, 2021
1 parent da2fd58 commit a161fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_install/payload/installer
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ echo "[ * Installation complete! * ] "; echo ""
inst=$(find / -iname autolv_installer*)
rmv_inst="/tmp/cleanup.sh"
echo "#!/usr/bin/bash" > $rmv_inst
echo "sleep 5" >> $rmv_inst
echo "sleep 3" >> $rmv_inst
echo "rm -f ${inst} " >> $rmv_inst
bash $rmv_inst &>/dev/null &

0 comments on commit a161fb0

Please sign in to comment.