opensim-tools – Diff between revs 50 and 52

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 50 Rev 52
Line 31... Line 31...
31 fi 31 fi
32 done 32 done
33 fi 33 fi
34 fi 34 fi
Line -... Line 35...
-   35  
-   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
-   38 if [ $? == "0" ]; then
-   39 cp -Rap fs/* /
-   40 fi
35   41  
36 # OpenSim upgrade 42 # OpenSim upgrade
37 pushd ./ 43 pushd ./
38 if [ -d ../opensim-sources/ ]; then 44 if [ -d ../opensim-sources/ ]; then
39 cd ../opensim-sources/ 45 cd ../opensim-sources/