opensim-tools – Diff between revs 31 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 31 Rev 32
Line 64... Line 64...
64 if [ $? == "0" ]; then 64 if [ $? == "0" ]; then
65 echo "[SpectacledOwl] Applying firewall..." 65 echo "[SpectacledOwl] Applying firewall..."
66 lib/firewall 66 lib/firewall
67 fi 67 fi
68 fi 68 fi
-   69 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
-   70 if [ $? == "0" ]; then
69 echo "[SpectacledOwl] Restarting SpectacledOwl." 71 echo "[SpectacledOwl] Restarting OpenSim."
70 kill -s HUP `pidof mono` 72 kill -s HUP `pidof mono`
-   73 fi
71 echo "[SpectacledOwl] Done." 74 echo "[SpectacledOwl] Done."
-   75 dialog --msgbox "Upgrade process is now complete. Have a nice day." 10 70