Browse Source

Minor typo

Alexandros Ioannides 6 years ago
parent
commit
b869822322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/0.10.0-190430.sh

+ 1 - 1
install/upgrade/0.10.0-190430.sh

@@ -253,7 +253,7 @@ for ipaddr in $(ls /usr/local/hestia/data/ips/ 2>/dev/null); do
     fi
     fi
 done
 done
 
 
-# Cleanup php session files not changed in the last 7 days (60*24*7 mintes)
+# Cleanup php session files not changed in the last 7 days (60*24*7 minutes)
 echo '#!/bin/sh' > /etc/cron.daily/php-session-cleanup
 echo '#!/bin/sh' > /etc/cron.daily/php-session-cleanup
 echo "find -O3 /home/*/tmp/ -ignore_readdir_race -depth -mindepth 1 -name 'sess_*' -type f -cmin '+10080' -delete > /dev/null 2>&1" >> /etc/cron.daily/php-session-cleanup
 echo "find -O3 /home/*/tmp/ -ignore_readdir_race -depth -mindepth 1 -name 'sess_*' -type f -cmin '+10080' -delete > /dev/null 2>&1" >> /etc/cron.daily/php-session-cleanup
 chmod 644 /etc/cron.daily/php-session-cleanup
 chmod 644 /etc/cron.daily/php-session-cleanup