mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
fix
This commit is contained in:
parent
eddedf2187
commit
64ed9186b7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue