mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 18:21:33 +01:00
Trying things
This commit is contained in:
@@ -15,6 +15,8 @@ function comm {
|
|||||||
command="chroot /mnt /bin/bash -c \"$4\""
|
command="chroot /mnt /bin/bash -c \"$4\""
|
||||||
elif [[ $3 == "chuser" ]];then
|
elif [[ $3 == "chuser" ]];then
|
||||||
command="chroot /mnt /bin/bash -c \"su $nameuser -c \"$4\" \" "
|
command="chroot /mnt /bin/bash -c \"su $nameuser -c \"$4\" \" "
|
||||||
|
else
|
||||||
|
command=$4
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make silent if it has to be
|
# Make silent if it has to be
|
||||||
|
|||||||
Reference in New Issue
Block a user