Benjamin Renard commited on 2014-12-31 09:46:47
Showing 1 changed files, with 4 additions and 2 deletions.
... | ... |
@@ -1,5 +1,7 @@ |
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 |
+### CONFIGURATION ### |
|
4 |
+ |
|
3 | 5 |
#NAME="My Roundcube" |
4 | 6 |
RC_HOME=/var/www/webmail/public_html |
5 | 7 |
MAIL=root |
... | ... |
@@ -12,8 +14,8 @@ SLEEP_ON_FAILED=10 |
12 | 14 |
CHECK_URL=http://www.roundcube.net/download |
13 | 15 |
DOWNLOAD=0 |
14 | 16 |
DOWNLOAD_DIR=$RC_HOME/../upstream |
15 |
-OWNER=root |
|
16 |
-GROUP=www-data |
|
17 |
+ |
|
18 |
+### DO NOT MODIFY AFTER THIS LINE ### |
|
17 | 19 |
|
18 | 20 |
DEBUG=0 |
19 | 21 |
NAGIOS=0 |
20 | 22 |