9 lines
154 B
Bash
9 lines
154 B
Bash
#!/bin/bash
|
|
|
|
# Roundcube sequence configuration
|
|
# RC = RoundCube
|
|
|
|
RC_LOC="/var/www/webmail"
|
|
RC_BACKUP="/root/backup/roundcube"
|
|
RC_DATABASE="roundcube_db"
|