File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,8 @@ def default(self):
494494 if not EEShellExec .cmd_exec (self , "crontab -l | grep "
495495 "'ee debug --import-slow-log'" ):
496496 if not cron_time == 0 :
497+ Log .info (self , "setting up crontab entry,"
498+ " please wait ..." )
497499 EEShellExec .cmd_exec (self , "/bin/bash -c \" crontab -l "
498500 "2> /dev/null | {{ cat; echo -e"
499501 " \\ \" #EasyEngine start MySQL "
@@ -505,6 +507,8 @@ def default(self):
505507 .format (cron_time ))
506508 else :
507509 if not cron_time == 0 :
510+ Log .info (self , "updating crontab entry,"
511+ " please wait ..." )
508512 if not EEShellExec .cmd_exec (self , "/bin/bash -c "
509513 "\" crontab "
510514 "-l | sed '/EasyEngine "
@@ -518,6 +522,8 @@ def default(self):
518522 .format (cron_time )):
519523 Log .error (self , "failed to update crontab entry" )
520524 else :
525+ Log .info (self , "removing crontab entry,"
526+ " please wait ..." )
521527 if not EEShellExec .cmd_exec (self , "/bin/bash -c "
522528 "\" crontab "
523529 "-l | sed '/EasyEngine "
You can’t perform that action at this time.
0 commit comments