Skip to content

Commit

Permalink
updates removing stale log file
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Nov 4, 2018
1 parent 3ce7e7c commit 02fa426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qs_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ if [ $count -ge 2 ]; then
else
php qs_cron.php >> cron.output 2>&1
fi
rm -f $pslog
1 change: 1 addition & 0 deletions vps_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ if [ $old_cron -eq 1 ]; then
# fi
/bin/rm -f $dir/cron.cmd;
fi
rm -f $pslog
fi;

0 comments on commit 02fa426

Please sign in to comment.