mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Update upgrade
This commit is contained in:
parent
64191ca55a
commit
299f3d2e56
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ fi
|
||||||
# See https://www.dokuwiki.org/plugin:config#protecting_settings
|
# See https://www.dokuwiki.org/plugin:config#protecting_settings
|
||||||
|
|
||||||
# Configuration dedicated to Yunohost (LDAP and admin mainly)
|
# Configuration dedicated to Yunohost (LDAP and admin mainly)
|
||||||
# Create file if it does not exist
|
# Create an empty configuration file if it does not exist
|
||||||
|
# This file will be overwritten anyway later in the part "# LDAP Configuration"
|
||||||
|
# The file is created here to prevent a failure of the helper `ynh_backup_if_checksum_is_different`
|
||||||
if [ ! -f "$final_path/conf/local.protected.php" ]; then
|
if [ ! -f "$final_path/conf/local.protected.php" ]; then
|
||||||
touch $final_path/conf/local.protected.php
|
touch $final_path/conf/local.protected.php
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue