Skip to content
Snippets Groups Projects
Commit f23d1036 authored by Elena Grandi's avatar Elena Grandi
Browse files

Sleep before rebooting

parent aabc082b
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,8 @@ sed -i "s/1/0/g" $mountPoint/etc/apt/apt.conf.d/20auto-upgrades
PROXY_FILE="/home/partimag/fuss-nine-to-ten/apt-custom-proxy.conf"
[ -e "$PROXY_FILE" ] && cat "$PROXY_FILE" > $mountPoint/etc/apt/apt.conf
echo "deploy.sh has run, rebooting in 10 seconds"
sleep 10
reboot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment