Skip to content

Small script to manually check for CSF upgrades and send out a e-mail notification if there is an update available, instead of the auto-update.

Notifications You must be signed in to change notification settings

Erulezz/csf-update-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

csf-update-check

Small script to manually check for CSF upgrades and send out a e-mail notification if there is an update available. CSF has only auto-updates so if you disable that you don't get notified for new versions.

Create log file folder

cd /root
mkdir update-logs/csf

Copy script

Copy the script to

cd /root
mkdir update-scripts
cd update-scripts
mkdir csf
cd csf
nano csf-update-check.sh
chmod 700 csf-update-check.sh

Enable crontab

crontab -e

Example:

# CSF UPDATE CHECK
41 0 * * * /root/update-scripts/csf-update-check.sh > /dev/null 2>&1

Done! :)

About

Small script to manually check for CSF upgrades and send out a e-mail notification if there is an update available, instead of the auto-update.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages