소스 검색

Update 'localchecks/nextcloud-updates.sh'

Michael Honkoop 2 달 전
부모
커밋
746755db41
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      localchecks/nextcloud-updates.sh

+ 5 - 0
localchecks/nextcloud-updates.sh

@@ -26,6 +26,11 @@ BASEPATH="/var/www/html"
 
 APACHEUSER="apache"
 
+######################
+# The code below should not be changed, unless you know EXACTLY what you are doing.
+# All confogureable parameters are above this section.
+######################
+
 # check if jq package is present on the system
 /usr/bin/which jq >/dev/null 2>&1
 if [ $? -ne 0 ]; then