1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Fix $registration definition

This commit is contained in:
tituspijean 2021-01-18 20:05:29 +01:00
parent 11da26d782
commit 477b2b9942

View file

@ -148,11 +148,10 @@ pushd "$final_path" || ynh_die
popd || ynh_die popd || ynh_die
# Allow or deny registration based of is_public # Allow or deny registration based of is_public
registration=false
if [ $is_public -eq 1 ] if [ $is_public -eq 1 ]
then then
registration = true registration=true
else
registration = false
fi fi
# Copy and modify the config file # Copy and modify the config file