corrected typo: chown instead of chown

This commit is contained in:
Serghey Rodin
2013-08-20 14:02:10 +03:00
parent 70472a9498
commit f3ec3bb7aa

View File

@@ -493,7 +493,7 @@ sync_cron_jobs() {
done < $USER_DATA/cron.conf
# Set proper permissions
chow 600 $sys_cron
chown 600 $sys_cron
}