Skip to content

Commit 7c7a803

Browse files
Minor typo
1 parent 01e0bd7 commit 7c7a803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ for pconf in $(find /etc/php* -name php.ini); do
12231223
sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
12241224
done
12251225

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

0 commit comments

Comments
 (0)