Fix chown
This commit is contained in:
@@ -76,7 +76,7 @@ ynh_system_user_create "$app" "$final_path"
|
||||
#=================================================
|
||||
|
||||
# Restore permissions on app files
|
||||
chown -R $app: $final_path
|
||||
chown -R "$app":"$app" "$final_path"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
|
||||
Reference in New Issue
Block a user