opensim-tools – Diff between revs 52 and 53

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 52 Rev 53
Line 34... Line 34...
34 fi 34 fi
Line 35... Line 35...
35   35  
36 # Update system files 36 # Update system files
37 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 37 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 if [ $? == "0" ]; then 38 if [ $? == "0" ]; then
39 cp -Rap fs/* / 39 cp -Rap lib/fs/* /
Line 40... Line 40...
40 fi 40 fi
41   41  
42 # OpenSim upgrade 42 # OpenSim upgrade