mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update install
This commit is contained in:
parent
c830d0303b
commit
fbd9dd3317
1 changed files with 2 additions and 3 deletions
|
@ -102,9 +102,8 @@ chown -R $app:www-data "$data_dir"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
pushd $install_dir
|
|
||||||
password_hash=(echo $(./galene-password-generator $password))
|
password_hash=$(echo $($install_dir/galene-password-generator $password))
|
||||||
popd
|
|
||||||
|
|
||||||
# Configure Galène
|
# Configure Galène
|
||||||
ynh_add_config --template="../conf/config.json" --destination="$install_dir/live/data/config.json"
|
ynh_add_config --template="../conf/config.json" --destination="$install_dir/live/data/config.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue