mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
fix
This commit is contained in:
parent
5126414b8c
commit
2693dbc10f
4 changed files with 7 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Conduit is a simple, fast and reliable chat server powered by Matrix
|
||||
Conduit is a simple, fast and reliable chat server powered by Matrix.
|
|
@ -1 +1 @@
|
|||
Conduit is a simple, fast and reliable chat server powered by Matrix
|
||||
Conduit est un serveur de chat simple, rapide et fiable alimenté par Matrix
|
|
@ -19,16 +19,6 @@ ynh_restore_file --origin_path="$install_dir"
|
|||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE DATA DIRECTORY
|
||||
#=================================================
|
||||
ynh_script_progression --message="Restoring the data directory..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="$data_dir" --not_mandatory
|
||||
|
||||
# (Same as for install dir)
|
||||
chown -R $app:www-data "$data_dir"
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEM CONFIGURATIONS
|
||||
#=================================================
|
||||
|
|
|
@ -2,4 +2,9 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.server_name = "domain.tld"
|
||||
|
Loading…
Add table
Reference in a new issue