Update imail.tpl

This commit is contained in:
midoks 2022-09-28 19:08:21 +08:00
parent d0166f03bb
commit 0dabfdacbd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ im_start(){
isStart=`ps -ef|grep 'imail service' |grep -v grep|awk '{print $2}'`
if [ "$isStart" == '' ];then
echo -e "Starting imail... \c"
cd $app_path && daemon "${app_path}/imail service &"
cd $app_path && ${app_path}/imail service &
isStart=""
while [[ "$isStart" == "" ]];
do