mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
Trying things
This commit is contained in:
@@ -13,7 +13,7 @@ function comm {
|
|||||||
# First complete the command, if necessary
|
# First complete the command, if necessary
|
||||||
if [[ $3 == "chroot" ]];then
|
if [[ $3 == "chroot" ]];then
|
||||||
command="chroot /mnt /bin/bash -c \"$4\""
|
command="chroot /mnt /bin/bash -c \"$4\""
|
||||||
else if [[ $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\" \" "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user