opensim-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 31  →  ?path2? @ 32
/lib/upgrade-spectacled-owl
@@ -66,6 +66,10 @@
lib/firewall
fi
fi
echo "[SpectacledOwl] Restarting SpectacledOwl."
kill -s HUP `pidof mono`
dialog --yesno "It is recommended to restart the OpenSim instance now. You can switch to the first console using CTRL+ALT+F1 and restart OpenSim yourself, or answer yes here. Restart OpenSim?" 10 70
if [ $? == "0" ]; then
echo "[SpectacledOwl] Restarting OpenSim."
kill -s HUP `pidof mono`
fi
echo "[SpectacledOwl] Done."
dialog --msgbox "Upgrade process is now complete. Have a nice day." 10 70