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,8 @@
#!/bin/bash
PAM=`find /etc/pam.d -exec grep -i casa \{\} \;`
if [ "$PAM" != "" ]; then
exit 0
else
exit 1
fi