1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

[enh] Remove upgrade notification

This commit is contained in:
opi 2016-01-25 13:49:55 +01:00
parent 7c3202ec24
commit 324019ac6c

View file

@ -25,6 +25,10 @@ sudo cp -a ../sources/* $final_path
sudo cp ../conf/$APP.php $final_path/conf
sudo cp ../conf/acl.auth.php $final_path/conf
# Remove upgrade notification
# See https://www.dokuwiki.org/update_check
sudo touch $final_path/doku.php
# Files owned by root, www-data can just read
sudo find $final_path -type f | xargs sudo chmod 0644
sudo find $final_path -type d | xargs sudo chmod 755