Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2110 → Rev 2111

/alcasar.sh
1760,7 → 1760,7
EOF
 
# Enabling category update from rsync
cat << EOF > /etc/cron.d/alcasar-rsync_bl
cat << EOF > /etc/cron.d/alcasar-rsync-bl
# Automatic update of BL via rsync every 12 hours. The categories are listed in the file '/usr/local/etc/update_cat.conf' (no sync if empty).
0 */12 * * * root $DIR_DEST_BIN/alcasar-bl.sh --update_cat > /dev/null 2>&1
EOF