File: //etc/cron.daily/autoupdatels
#!/bin/bash
#: Title : autoupdatels
#: Date Created: Frid Aug 11 11:26:41 CDT 2017
#: Last Edit : Frid Aug 11 15:15:43 CDT 2017
#: Author : PlanetHoster (Quentin C.)
#: Version : 1.01
#: Description : Update PHP and Apache version
#: Disclamer : Please note that we cannot guarantee the relevance, timeliness, or accuracy of this script.
#: Make some sleep
sleep $[($RANDOM%7200)+1]s
#: Update LiteSpeed
if [ -f /usr/local/lsws/admin/misc/lsup.sh ];
then
/usr/local/lsws/admin/misc/lsup.sh
fi