From 07e1a6c967cbd84387ca8c0ae3b299f5efd14a33 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 6 Jan 2023 16:11:21 +0800 Subject: [PATCH] getdfs: prompt user --- tools/get.dotfiles.cn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/get.dotfiles.cn b/tools/get.dotfiles.cn index 6f9613f..84a19a0 100644 --- a/tools/get.dotfiles.cn +++ b/tools/get.dotfiles.cn @@ -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<