move to root

This commit is contained in:
Mario Fetka
2012-01-14 09:49:13 +01:00
parent d884fb4a6d
commit 3d31a894be
482 changed files with 0 additions and 23459 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
/etc/init.d/micasad stop 2>&1 > /dev/null
rc-update del micasad
/usr/sbin/casaucfgpam
if [ $? != 0 ]; then
exit $?
else
exit 0
fi