1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
This commit is contained in:
Éric Gaspar 2023-05-01 12:49:48 +02:00
parent eddedf2187
commit 64ed9186b7
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ ynh_setup_source --dest_dir="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chmod +x $install_dir/{kiwix-manage,kiwix-serve,kiwix-search,kiwix-read}
chmod +x $install_dir/{kiwix-manage,kiwix-serve,kiwix-search}
#=================================================
# NGINX CONFIGURATION

View file

@ -40,7 +40,7 @@ fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chmod +x $install_dir/{kiwix-manage,kiwix-serve,kiwix-search,kiwix-read}
chmod +x $install_dir/{kiwix-manage,kiwix-serve,kiwix-search}
#=================================================
# NGINX CONFIGURATION