@@ -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