opensim-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 22  →  ?path2? @ 23
/lib/upgrade-spectacled-owl
@@ -39,14 +39,14 @@
fi
popd
echo "[SpectacledOwl] Deploying tools..."
if [ -x osstrap ]; then
if [ -x lib/osstrap ]; then
cp osstrap /etc/init.d/osstrap
fi
if [ -x iardumper ]; then
if [ -x lib/iardumper ]; then
cp iardumper /etc/cron.daily/iardumper
fi
echo "[SpectacledOwl] Applying firewall..."
if [ -x firewall ]; then
if [ -x lib/firewall ]; then
./firewall
fi
echo "[SpectacledOwl] Restarting SpectacledOwl."