mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
typo...
This commit is contained in:
parent
2985191b7d
commit
68f667abef
1 changed files with 1 additions and 2 deletions
|
@ -202,7 +202,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
|
|||
# But FOR THE LOVE OF GOD, do not allow r/x for "others" on the entire folder _
|
||||
# this will be treated as a security issue.
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path")
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R "$app:www-data" "$final_path"
|
||||
|
||||
#=================================================
|
||||
|
@ -226,7 +226,6 @@ if [ "$domain" != "$account_domain" ] && [ -n "$account_domain" ]; then
|
|||
domain="$domain_backup"
|
||||
fi
|
||||
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue