Remove OWNER and GROUP deprecated parameters

This commit is contained in:
Benjamin Renard 2014-12-31 10:46:47 +01:00
parent 56ba702200
commit c9d8cb8e2f

View file

@ -1,5 +1,7 @@
#!/bin/bash
### CONFIGURATION ###
#NAME="My Roundcube"
RC_HOME=/var/www/webmail/public_html
MAIL=root
@ -12,8 +14,8 @@ SLEEP_ON_FAILED=10
CHECK_URL=http://www.roundcube.net/download
DOWNLOAD=0
DOWNLOAD_DIR=$RC_HOME/../upstream
OWNER=root
GROUP=www-data
### DO NOT MODIFY AFTER THIS LINE ###
DEBUG=0
NAGIOS=0