Remove OWNER and GROUP deprecated parameters
This commit is contained in:
parent
56ba702200
commit
c9d8cb8e2f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue