mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
f8dd4ee73a
commit
aa9b7cd55a
@ -88,7 +88,7 @@ OPENPADMIN_DIR="/usr/local/admin/" # https://g
|
|||||||
OPENCLI_DIR="/usr/local/admin/scripts/" # https://dev.openpanel.com/cli/commands.html
|
OPENCLI_DIR="/usr/local/admin/scripts/" # https://dev.openpanel.com/cli/commands.html
|
||||||
OPENPANEL_ERR_DIR="/var/log/openpanel/" # https://dev.openpanel.com/logs.html
|
OPENPANEL_ERR_DIR="/var/log/openpanel/" # https://dev.openpanel.com/logs.html
|
||||||
SERVICES_DIR="/etc/systemd/system/" # used for admin, sentinel and floatingip services
|
SERVICES_DIR="/etc/systemd/system/" # used for admin, sentinel and floatingip services
|
||||||
CONFIG_FILE="${ETC_DIR}openpanel/conf/openpanel.config"
|
CONFIG_FILE="${ETC_DIR}openpanel/conf/openpanel.config" # main config file for openpanel
|
||||||
|
|
||||||
# Redirect output to the log file
|
# Redirect output to the log file
|
||||||
exec > >(tee -a "$LOG_FILE") 2>&1
|
exec > >(tee -a "$LOG_FILE") 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user