diff options
| author | Thomas <51749973+Thovi98@users.noreply.github.com> | 2025-08-21 13:50:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 13:50:05 +0200 |
| commit | b8c794784bc1e07404cb9854499e4daa415e42d0 (patch) | |
| tree | 3a50994a4d9e7cb2a987f6885188859a70d88641 /scripts/install | |
| parent | e827fbe4a89c0dcd51308457e5f00a9fc5dcc18b (diff) | |
| download | mastodon_ynh-b8c794784bc1e07404cb9854499e4daa415e42d0.tar.gz mastodon_ynh-b8c794784bc1e07404cb9854499e4daa415e42d0.tar.bz2 mastodon_ynh-b8c794784bc1e07404cb9854499e4daa415e42d0.zip | |
fix permissions
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install index 6808c69..6608646 100644 --- a/scripts/install +++ b/scripts/install @@ -17,6 +17,10 @@ ynh_script_progression "Setting up source files..." ynh_setup_source --dest_dir="$install_dir/live" +chmod -R 775 "$install_dir" +chmod o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" + #================================================= # INSTALL DEPENDENCIES #================================================= |
