Skip to content

Commit

Permalink
18.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoviti committed Mar 14, 2021
1 parent 4d32082 commit 88503d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [18.15.3] - 2021-XX-XX
## [18.15.3] - 2021-03-14
### Changed
- updated mariadb from 10.5.8 to 10.5.9
- upgrade tables with: `source .env ; docker exec -it izpbx-db mysql_upgrade -u root -p$MYSQL_ROOT_PASSWORD`
- misc optimizations on first installation
- zabbix agent script update with new features

## [18.15.2] - 2021-03-11
### Changed
Expand Down
6 changes: 3 additions & 3 deletions izpbx-asterisk/filesystem/entrypoint-hooks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# written by Ugo Viti <ugo.viti@initzero.it>
# version: 20200315
# version: 20210313
#set -ex

## default root mail adrdess
Expand Down Expand Up @@ -255,7 +255,7 @@ symlinkDir() {
local dirOriginal="$1"
local dirCustom="$2"

echo "---> directory data override detected: original:[$dirOriginal] custom:[$dirCustom]"
echo "--> directory data override detected: original:[$dirOriginal] custom:[$dirCustom]"

# copy data files form original directory if destination is empty
if [ -e "$dirOriginal" ] && dirEmpty "$dirCustom"; then
Expand Down Expand Up @@ -1184,7 +1184,7 @@ runHooks() {

# check and create missing container directory
if [ ! -z "${APP_DATA}" ]; then
echo "=> Persistent storage path detected... relocating and reconfiguring system data and configuration files using base: ${APP_DATA}"
echo "=> Persistent storage path detected... relocating and reconfiguring system data and configuration files using basedir: ${APP_DATA}"
for dir in ${appDataDirs[@]}
do
dir="${APP_DATA}${dir}"
Expand Down

0 comments on commit 88503d4

Please sign in to comment.