Improve scripts/testbed_cron.sh: update /home2 #61

Merged
DictXiong merged 1 commits from dictxiong-patch-1 into main 2024-01-12 12:48:41 +08:00
Showing only changes of commit 25023a9c58 - Show all commits

View File

@ -19,6 +19,9 @@ touch_user() {
--gecos "nasp member" \ --gecos "nasp member" \
$1 $1
usermod -a -G nasp $1 usermod -a -G nasp $1
mkdir -p /home2/$1
chown $1: /home2/$1
} }
update_key() { update_key() {