1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dato_ynh.git synced 2024-09-03 18:16:33 +02:00

fix _common.sh

This commit is contained in:
Salamandar 2024-02-29 17:15:31 +01:00
parent e869577e78
commit 0f09f7c4cc

View file

@ -13,7 +13,7 @@ nodejs_version=12
bool_to_str() { bool_to_str() {
bool_str=(false true) bool_str=(false true)
return "${bool_str[$1]}" echo "${bool_str[$1]}"
} }
dato_setup_config_files() { dato_setup_config_files() {