mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 11:48:26 +00:00
email is now not hardcoded anymore
This commit is contained in:
parent
794a397d24
commit
6ec818e557
@ -83,7 +83,7 @@ doUpdate() {
|
||||
cd $steamcmdroot
|
||||
doStart
|
||||
echo "$timestamp: update to $bnumber complete" >> "$logdir/update.log"
|
||||
mail -a $logdir/update.log -s "Update-Log" mail@domain.com < /dev/null
|
||||
mail -a $logdir/update.log -s "Update-Log" $servermail < /dev/null
|
||||
rm "$arkserverroot/arkupdate.timed"
|
||||
else
|
||||
touch "$arkserverroot/arkupdate.timed"
|
||||
|
||||
@ -17,3 +17,4 @@ servicename="arkserv" # Name of the service (don't change if y
|
||||
logdir="/var/log/arktools" # Logs path (default /var/log/arktools)
|
||||
|
||||
appid=376030 # Linux server App ID
|
||||
servermail=mail@domain.com # Log email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user