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

fix config.toml expecting true/false instead of 1/0

This commit is contained in:
Tagada 2023-09-23 10:51:57 +02:00
parent 837e68dac0
commit c632d3d776

View file

@ -4,6 +4,12 @@
# COMMON VARIABLES
#=================================================
if [ "$registration" -eq 1 ]; then
registration="true"
else
registration="false"
fi
#=================================================
# PERSONAL HELPERS
#=================================================