mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-15 15:12:27 +02:00
Update install-service.sh
This commit is contained in:
parent
2aa944e9d0
commit
0e6639ca3f
1 changed files with 10 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue