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:
parent
e869577e78
commit
0f09f7c4cc
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue