mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
bff5458e51
commit
62e7b25bb6
@ -14,13 +14,17 @@ RESET='\033[0m'
|
||||
# Directories
|
||||
OPENADMIN_DIR="/usr/local/admin/"
|
||||
OPENCLI_DIR="/usr/local/admin/scripts/"
|
||||
OPENPANEL_ERR_DIR="/var/log/openpanel/"
|
||||
OPENPANEL_LOG_DIR="/var/log/openpanel/"
|
||||
SERVICES_DIR="/etc/systemd/system/"
|
||||
|
||||
OPENPANEL_DIR="/usr/local/panel/"
|
||||
CURRENT_PANEL_VERSION=$(< ${OPENPANEL_DIR}/version)
|
||||
|
||||
|
||||
LOG_FILE="${OPENPANEL_LOG_DIR}admin/notifications.log"
|
||||
DEBUG_MODE=0
|
||||
|
||||
|
||||
# block updates for older versions!
|
||||
required_version="0.2.1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user