mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Fix Script installation
This commit is contained in:
parent
76e55ffa81
commit
b8cd80c5f1
1 changed files with 1 additions and 2 deletions
|
@ -70,7 +70,6 @@ ynh_app_setting_set $app path $path_url
|
|||
ynh_app_setting_set $app admin $admin
|
||||
ynh_app_setting_set $app is_public $is_public
|
||||
ynh_app_setting_set $app language $language
|
||||
ynh_app_setting_set $app password $password
|
||||
ynh_app_setting_set $app admin_email $admin_email
|
||||
ynh_app_setting_set $app website_title $website_title
|
||||
|
||||
|
@ -284,7 +283,7 @@ popd
|
|||
### that really need such authorization.
|
||||
|
||||
# Set permissions to app files
|
||||
sudo chown -R www-data:www-data: $final_path
|
||||
sudo chown -R www-data: $final_path
|
||||
sudo chmod 777 $final_path -R
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue