Skip to content

Commit b869822

Browse files
Minor typo
1 parent 14720fc commit b869822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/0.10.0-190430.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ for ipaddr in $(ls /usr/local/hestia/data/ips/ 2>/dev/null); do
253253
fi
254254
done
255255

256-
# Cleanup php session files not changed in the last 7 days (60*24*7 mintes)
256+
# Cleanup php session files not changed in the last 7 days (60*24*7 minutes)
257257
echo '#!/bin/sh' > /etc/cron.daily/php-session-cleanup
258258
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
259259
chmod 644 /etc/cron.daily/php-session-cleanup

0 commit comments

Comments
 (0)