mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-08-02 12:15:01 +02:00
Update install-service.sh
This commit is contained in:
@@ -368,15 +368,17 @@ _info() {
|
|||||||
# exit 1
|
# exit 1
|
||||||
# fi
|
# fi
|
||||||
#
|
#
|
||||||
|
source zamba.conf
|
||||||
|
source constants-service.conf
|
||||||
# # Load constants if running standalone
|
# # Load constants if running standalone
|
||||||
# ZAMBA_HOSTNAME=$(hostname -f)
|
ZAMBA_HOSTNAME=$(hostname -f)
|
||||||
# source ./constants-service.conf
|
source ./constants-service.conf
|
||||||
#
|
#
|
||||||
# set -e # Exit on first error
|
# set -e # Exit on first error
|
||||||
# _install
|
_install
|
||||||
# _configure
|
_configure
|
||||||
# _setup
|
_setup
|
||||||
# _info
|
_info
|
||||||
# set +e
|
set +e
|
||||||
#
|
#
|
||||||
# exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user