chg: [zato] upd README

This commit is contained in:
Boris Gallet
2024-10-22 16:40:28 +02:00
parent 06c91d245f
commit e9eadfc968
4 changed files with 25 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ fi
. "$CHARM_PATH/lib/common"
# Combined commands to be run as zato user
local zato_commands="/opt/zato/current/bin/zato stop /opt/zato/env/qs-1/server1/"
zato_commands="/opt/zato/current/bin/zato stop /opt/zato/env/qs-1/server1/"
# Execute commands as zato user
if ! exec_as_zato_in_container "$zato_commands"; then