summaryrefslogtreecommitdiff
path: root/3_configure.sh
diff options
context:
space:
mode:
Diffstat (limited to '3_configure.sh')
-rwxr-xr-x3_configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/3_configure.sh b/3_configure.sh
index 558df99..8abbda9 100755
--- a/3_configure.sh
+++ b/3_configure.sh
@@ -9,7 +9,7 @@ set -e
. ./functions || exit 1
# Check if already installed
-if ! ./chroot.sh grep -q 'root::' "/etc/passwd"; then
+if ! ./chroot.sh grep -q 'root::' "/etc/shadow"; then
echo 'ERROR: rootfd already (halfway?) configured!' >&2
exit 1
fi