Commit e2c939fb authored by neilpang's avatar neilpang
Browse files
parent 08b6cf02
...@@ -3359,7 +3359,7 @@ installcronjob() { ...@@ -3359,7 +3359,7 @@ installcronjob() {
_err "Can not install cronjob, $PROJECT_ENTRY not found." _err "Can not install cronjob, $PROJECT_ENTRY not found."
return 1 return 1
fi fi
if _exists uname && uname -a | grep solaris >/dev/null; then if _exists uname && uname -a | grep SunOS >/dev/null; then
crontab -l | { crontab -l | {
cat cat
echo "0 0 * * * $lesh --cron --home \"$LE_WORKING_DIR\" > /dev/null" echo "0 0 * * * $lesh --cron --home \"$LE_WORKING_DIR\" > /dev/null"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment