From a5c6cbc89cbef20a2539f45d2048e588835a38e3 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 23:41:38 +0100 Subject: [PATCH] Trying things --- installer/installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/installer.sh b/installer/installer.sh index 510604b..67db6e9 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -15,6 +15,8 @@ function comm { command="chroot /mnt /bin/bash -c \"$4\"" elif [[ $3 == "chuser" ]];then command="chroot /mnt /bin/bash -c \"su $nameuser -c \"$4\" \" " + else + command=$4 fi # Make silent if it has to be