mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
Update install
This commit is contained in:
parent
c1030b284a
commit
87a73c4a9d
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then
|
|||
cp -a ../conf/metadata.db.empty $calibre_dir/metadata.db
|
||||
fi
|
||||
|
||||
#chmod 750 "$calibre_dir"
|
||||
#chmod -R o-rwx "$calibre_dir"
|
||||
#chown -R $app:www-data "$calibre_dir"
|
||||
chmod 750 "$calibre_dir"
|
||||
chmod -R o-rwx "$calibre_dir"
|
||||
chown -R $app:www-data "$calibre_dir"
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue