We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b2457 commit 0ebb8f8Copy full SHA for 0ebb8f8
1 file changed
plugins/envsetup
@@ -431,6 +431,11 @@ setup_user() {
431
run_cmd "chmod +x /setup-user.sh"
432
run_cmd "/bin/bash /setup-user.sh"
433
run_cmd "rm -rf /setup-user.sh"
434
+ if $(ls $chroot_dir/home/$FS_USER); then
435
+ shout "User created : $FS_USER"
436
+ else
437
+ shout "User create failed..."
438
+ fi
439
}
440
441
do_chroot_proot_ae() {
0 commit comments