We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b019357 commit 0850b31Copy full SHA for 0850b31
setup
@@ -111,7 +111,8 @@ $OCC upgrade 2>&1>> "$UPGRADE_LOGFILE"
111
error_msg "The upgrade log is written to $UPGRADE_LOGFILE within the nextcloud container"
112
113
# basic Nextcloud configuration
114
-eval "$(cat \"$NC_UCR_FILE\")"
+# shellcheck disable=SC1090
115
+source "${NC_UCR_FILE}"
116
if [ "$NC_IS_UPGRADE" -eq 0 ] ; then
117
$OCC config:system:set updatechecker --type=boolean --value="false" # this is handled via UCS AppCenter
118
$OCC config:system:set upgrade.disable-web --type=boolean --value="true"
0 commit comments