diff options
Diffstat (limited to 'helpers/lh_testroot')
-rwxr-xr-x | helpers/lh_testroot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helpers/lh_testroot b/helpers/lh_testroot index 6725850..e213ec5 100755 --- a/helpers/lh_testroot +++ b/helpers/lh_testroot @@ -1,6 +1,8 @@ #!/bin/sh -# lh_testroot.sh +# lh_testroot(1) - ensure that a system is built as root + +set -e # Checking user account if [ "`id -u`" -ne "0" ] |