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:
parent
11da26d782
commit
477b2b9942
1 changed files with 2 additions and 3 deletions
|
@ -148,11 +148,10 @@ pushd "$final_path" || ynh_die
|
|||
popd || ynh_die
|
||||
|
||||
# Allow or deny registration based of is_public
|
||||
registration=false
|
||||
if [ $is_public -eq 1 ]
|
||||
then
|
||||
registration=true
|
||||
else
|
||||
registration = false
|
||||
fi
|
||||
|
||||
# Copy and modify the config file
|
||||
|
|
Loading…
Add table
Reference in a new issue