opensim-tools – Diff between revs 23 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 24
Line 38... Line 38...
38 service lighttpd restart 38 service lighttpd restart
39 fi 39 fi
40 popd 40 popd
41 echo "[SpectacledOwl] Deploying tools..." 41 echo "[SpectacledOwl] Deploying tools..."
42 if [ -x lib/osstrap ]; then 42 if [ -x lib/osstrap ]; then
43 cp osstrap /etc/init.d/osstrap 43 cp lib/osstrap /etc/init.d/osstrap
44 fi 44 fi
45 if [ -x lib/iardumper ]; then 45 if [ -x lib/iardumper ]; then
46 cp iardumper /etc/cron.daily/iardumper 46 cp lib/iardumper /etc/cron.daily/iardumper
47 fi 47 fi
48 echo "[SpectacledOwl] Applying firewall..." 48 echo "[SpectacledOwl] Applying firewall..."
49 if [ -x lib/firewall ]; then 49 if [ -x lib/firewall ]; then
50 ./firewall 50 lib/firewall
51 fi 51 fi
52 echo "[SpectacledOwl] Restarting SpectacledOwl." 52 echo "[SpectacledOwl] Restarting SpectacledOwl."
53 kill -s HUP `pidof mono` 53 kill -s HUP `pidof mono`
54 echo "[SpectacledOwl] Done." 54 echo "[SpectacledOwl] Done."