Add failure exit code
This commit is contained in:
parent
1db4cfc771
commit
22abe5a792
|
|
@ -19,6 +19,9 @@
|
|||
# . localization.sh common/strings Resources/Localization/ .main
|
||||
#
|
||||
|
||||
readonly EXIT_SUCCESS=0
|
||||
readonly EXIT_FAILURE=1
|
||||
|
||||
. ${SCRIPT_DIR}/../aux_scripts/install_env.sh php
|
||||
|
||||
STRINGS_FOLDER=${1:-"common/strings"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue