1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00

Trying things

This commit is contained in:
2017-02-12 23:41:38 +01:00
parent 65459c3aa2
commit a5c6cbc89c

View File

@@ -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