ZONE=1, check OPKG_CMDS_PSA_FILE

This commit is contained in:
Gerhard Hoffmann 2022-06-04 22:06:44 +02:00
parent 73a18d5615
commit a3e311e375

View File

@ -145,7 +145,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once
# Zone aus /etc/zone_nr auslesen # Zone aus /etc/zone_nr auslesen
# #
readonly ZONE_GROUP=1 readonly ZONE_GROUP=1
readonly ZONE=2 readonly ZONE=1
readonly CUST_BASE_DIR="${CUST_BASE_DIRS[$ZONE]}" readonly CUST_BASE_DIR="${CUST_BASE_DIRS[$ZONE]}"
assert_d CUST_BASE_DIR assert_d CUST_BASE_DIR
@ -296,6 +296,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once
assert_f DC2C_PSA_CONF_JSON assert_f DC2C_PSA_CONF_JSON
assert_f DC2C_PSA_SERIAL_JSON assert_f DC2C_PSA_SERIAL_JSON
assert_f DC2C_PSA_CASH_JSON assert_f DC2C_PSA_CASH_JSON
assert_f OPKG_CMDS_PSA_FILE
readonly KNOWN_SYS_DIRS=($ETC_SYS_DIR readonly KNOWN_SYS_DIRS=($ETC_SYS_DIR
$ATB_SYS_DIR $ATB_SYS_DIR