mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 09:41:31 +01:00
Trying things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user