mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
syntax php
This commit is contained in:
parent
73e4aaba5c
commit
3d4f19bc77
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=5
|
||||||
|
|
||||||
ynh_add_config --template="config.local.release.php" --destination="$final_path/config.local.release.php"
|
ynh_add_config --template="config.local.release.php" --destination="$final_path/config.local.release.php"
|
||||||
|
|
||||||
echo -e "\n require 'config.local.release.php'" >> $final_path/config.local.php
|
echo -e "\n require 'config.local.release.php;'" >> $final_path/config.local.php
|
||||||
|
|
||||||
# Permissions on files and directories
|
# Permissions on files and directories
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue