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:
parent
10a38233cf
commit
662fbe8ebc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue