From 2ba04121315358344296699dcf29de633ed783c6 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 9 Dec 2019 22:25:53 +0000 Subject: once/install.sh: the variable admins_group_emulates_root is no longer needed. --- once/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/once/install.sh b/once/install.sh index 12c2dd4..3706c57 100755 --- a/once/install.sh +++ b/once/install.sh @@ -10,10 +10,6 @@ else mkdir -p "$SYSROOT" || exit 2 fi -if [ "$admins_group_emulates_root" = 'yes' ]; then - ntux --cmd=chmod --strmode=m+p "$SYSROOT" || exit 2 -fi - for tarball in /tarballs/*.tar.gz; do echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ echo extracting files from $tarball -- cgit v1.2.3