ensure sudo is installed
This commit is contained in:
parent
0c5ee948b5
commit
11de7a88ae
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
apt-get install -y sudo
|
||||||
useradd --no-create-home --home-dir /srv/www/html/panel --shell /usr/sbin/nologin --system --user-group vpanel
|
useradd --no-create-home --home-dir /srv/www/html/panel --shell /usr/sbin/nologin --system --user-group vpanel
|
||||||
cp bin/vpanel-verify-access.sh /usr/local/bin/
|
cp bin/vpanel-verify-access.sh /usr/local/bin/
|
||||||
chmod 755 /usr/local/bin/vpanel-verify-access.sh
|
chmod 755 /usr/local/bin/vpanel-verify-access.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user