mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 12:46:53 +08:00
getdfs: prompt user
This commit is contained in:
parent
2f064b63c1
commit
07e1a6c967
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user