getdfs: prompt user

This commit is contained in:
xiongdian.me 2023-01-06 16:11:21 +08:00
parent 2f064b63c1
commit 07e1a6c967

View File

@ -42,6 +42,8 @@ for u in "${DFS_USERS[@]}";do
else
SUCMD="su $u"
fi
echo "install for user $u in 3 seconds ..."
sleep 3
$SUCMD<<EOF
cd
if [[ ! -f ~/dotfiles/install.sh ]];then