mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-28 23:02:22 +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
|
else
|
||||||
SUCMD="su $u"
|
SUCMD="su $u"
|
||||||
fi
|
fi
|
||||||
|
echo "install for user $u in 3 seconds ..."
|
||||||
|
sleep 3
|
||||||
$SUCMD<<EOF
|
$SUCMD<<EOF
|
||||||
cd
|
cd
|
||||||
if [[ ! -f ~/dotfiles/install.sh ]];then
|
if [[ ! -f ~/dotfiles/install.sh ]];then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user