🤣 防止脚本运行过快

This commit is contained in:
xtaodada 2020-08-11 02:12:59 +08:00
parent d6aa0595b2
commit cb722a5f70
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

View File

@ -454,6 +454,7 @@ stop_pager(){
echo "正在关闭 PagerMaid . . ."
systemctl stop pagermaid >> /dev/null 2>&1
echo ""
sleep 3
shon_online
}
@ -462,6 +463,7 @@ start_pager(){
echo "正在启动 PagerMaid . . ."
systemctl start pagermaid >> /dev/null 2>&1
echo ""
sleep 3
shon_online
}
@ -470,6 +472,7 @@ restart_pager(){
echo "正在重新启动 PagerMaid . . ."
systemctl restart pagermaid >> /dev/null 2>&1
echo ""
sleep 3
shon_online
}