更新 scripts/testbed_cron.sh

This commit is contained in:
DictXiong 2024-01-12 12:47:54 +08:00
parent 987c95b037
commit 25023a9c58

View File

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