opensim-tools – Diff between revs 63 and 69

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 63 Rev 69
Line 36... Line 36...
36   36  
37 # Update system files 37 # Update system files
38 dialog --yesno "This part of the upgrade process updates the Spectacled Owl system files with updated versions from the official repository. Unless you have heavily modified the Spectacled Owl machine, you should say yes here. Would you like to update the Spectacled Owl system files?" 10 70 38 dialog --yesno "This part of the upgrade process updates the Spectacled Owl system files with updated versions from the official repository. Unless you have heavily modified the Spectacled Owl machine, you should say yes here. Would you like to update the Spectacled Owl system files?" 10 70
39 if [ $? == "0" ]; then 39 if [ $? == "0" ]; then
-   40 cp -Rap lib/fs/* /
40 cp -Rap lib/fs/* / 41 kill -s HUP `pidof cron`
Line 41... Line 42...
41 fi 42 fi
42   43  
43 # OpenSim upgrade 44 # OpenSim upgrade