1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00

remove kiwix-read

This commit is contained in:
Éric Gaspar 2022-06-29 08:38:40 +02:00
parent 10a38233cf
commit 662fbe8ebc
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

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

View file

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