mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Push config variable further up in install
This commit is contained in:
parent
fa4f326958
commit
0b99bad06e
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ mkdir -p "${final_path}/cache/smarty3"
|
|||
chmod -R 777 $final_path/store $final_path/cache
|
||||
|
||||
# Copy the template install/htconfig.sample.php to .htconfig.php
|
||||
config="$final_path/.htconfig.php"
|
||||
ynh_script_progression --message="Moving .htconfig.php to root of Zap ..."
|
||||
cp $final_path/install/htconfig.sample.php $config
|
||||
config="$final_path/.htconfig.php"
|
||||
|
|
Loading…
Add table
Reference in a new issue