rc - service file name fix

This commit is contained in:
2024-01-20 16:44:44 +00:00
parent 98ccb665b7
commit ceb95487ba

View File

@@ -156,7 +156,7 @@ if [[ "$ROUNDCUBE" == "yes" ]]; then
#sed -i "s/RC_DB_ROOT_PASSWORD/$DB_ROOT_PASSWORD/g" /tmp/roundcube/roundcube-secret.json; #sed -i "s/RC_DB_ROOT_PASSWORD/$DB_ROOT_PASSWORD/g" /tmp/roundcube/roundcube-secret.json;
cp -rv /tmp/roundcube/roundcube-secret.json /etc/user/secret/roundcube.json; cp -rv /tmp/roundcube/roundcube-secret.json /etc/user/secret/roundcube.json;
cp -rv /tmp/roundcube/roundcube.json $SERVICE_DIR/roundcube.json; cp -rv /tmp/roundcube/roundcube-service.json $SERVICE_DIR/roundcube.json;
cp -rv /tmp/roundcube/domain-roundcube.json $SERVICE_DIR/domain-roundcube.json; cp -rv /tmp/roundcube/domain-roundcube.json $SERVICE_DIR/domain-roundcube.json;
cp -rv /tmp/roundcube/firewall-roundcube.json $SERVICE_DIR/firewall-roundcube.json; cp -rv /tmp/roundcube/firewall-roundcube.json $SERVICE_DIR/firewall-roundcube.json;