Skip to content

Commit 14720fc

Browse files
Minor typo
1 parent 7c7a803 commit 14720fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

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

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

0 commit comments

Comments
 (0)