remove debugging output
This commit is contained in:
parent
d2ffebd925
commit
eebef6b7bc
@ -23,9 +23,6 @@ unset CONFIG_DIR
|
|||||||
unset SERVERS_DIR
|
unset SERVERS_DIR
|
||||||
unset WEBROOT_DIR
|
unset WEBROOT_DIR
|
||||||
unset vmount
|
unset vmount
|
||||||
if [ "$TLS13_ONLY" ]; then
|
|
||||||
TLS13_ONLY=$( echo "$TLS13_ONLY" | tr "[:lower:]" "[:upper:]" )
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
### functions
|
### functions
|
||||||
@ -143,7 +140,6 @@ if [ "$WEBROOT_DIR" ]; then
|
|||||||
fi
|
fi
|
||||||
# trim leading whitespace
|
# trim leading whitespace
|
||||||
vmount=${vmount##[[:space:]]}
|
vmount=${vmount##[[:space:]]}
|
||||||
echo "$vmount"
|
|
||||||
|
|
||||||
|
|
||||||
# process startup parameters
|
# process startup parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user