mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Correcction of typo in args
This commit is contained in:
parent
87802955b0
commit
4525649377
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ ynh_app_setting_set $app final_path $final_path
|
|||
ynh_app_setting_set $app domain $domain
|
||||
ynh_app_setting_set $app path $path
|
||||
ynh_app_setting_set $app admin $admin
|
||||
ynh_app_setting_set $app admin $email
|
||||
ynh_app_setting_set $app admin $upload
|
||||
ynh_app_setting_set $app email $email
|
||||
ynh_app_setting_set $app upload $upload
|
||||
|
||||
# Install dependencies
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Add table
Reference in a new issue