clockwerk-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 5  →  ?path2? @ 6
/lib/upgrade-clockwerk
@@ -73,6 +73,8 @@
if [ $? == "0" ]; then
echo "[Clockwerk] Updating configuration..."
cp -Ra * /srv/opensim/
echo "[Clockwerk] Changing ownership..."
chown -R opensim:opensim /srv/opensim/
mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000010'"
mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000011'"
mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -D opensim -e "delete from assets where id='00000000-0000-1111-9999-000000000012'"
@@ -85,6 +87,7 @@
if [ $? == "0" ]; then
echo "[Clockwerk] Updating website..."
cp -R * /var/www/
echo "[Clockwerk] Changing permissions..."
chown -R www-data:www-data /var/www
service lighttpd restart
fi