mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Typo for config variable in install
This commit is contained in:
parent
65076ca807
commit
031d339956
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ chmod -R 777 $final_path/store
|
|||
|
||||
# Copy the template install/htconfig.sample.php to .htconfig.php
|
||||
ynh_script_progression --message="Moving .htconfig.php to root of Hubzilla ..."
|
||||
$config="$final_path/.htconfig.php"
|
||||
config="$final_path/.htconfig.php"
|
||||
cp $final_path/install/htconfig.sample.php $config
|
||||
|
||||
# Create php.log inside Hubzilla for logs
|
||||
|
|
Loading…
Add table
Reference in a new issue