Added setup_user functionality

This commit is contained in:
Dionysus 2024-02-13 01:38:15 -05:00
parent bb645cf2d7
commit 0546f65481
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 2 additions and 1 deletions

3
vps
View File

@ -96,4 +96,5 @@ setup_user() {
}
[ $1 = "root" ] && setup_root
[ $1 = "chroot" ] && setup_chroot
[ $1 = "chroot" ] && setup_chroot
[ $1 = "user" ] && setup_user