opensim-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 51  →  ?path2? @ 52
/lib/upgrade-spectacled-owl
@@ -33,6 +33,12 @@
fi
fi
 
# Update system files
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
if [ $? == "0" ]; then
cp -Rap fs/* /
fi
 
# OpenSim upgrade
pushd ./
if [ -d ../opensim-sources/ ]; then