opensim-tools

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