nextcloud - refactor variable names

This commit is contained in:
2022-04-22 12:54:05 +02:00
parent 8d1465ced9
commit 1914f83128
2 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
# Configuration file for nextcloud sequence
NC_INSTALL_DIR="/var/www/nextcloud"
NC_DATA_DIR="${NC_INSTALL_DIR}/data"
sc_ncServerUser="www-data"
sc_ncInstallDir="/var/www/nextcloud"
sc_ncDataDir="${sc_ncInstallDir}/data"