mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
fix change-url
This commit is contained in:
parent
63a335ca4a
commit
b7e810f73b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pkill -f seahub || true
|
||||||
ynh_script_progression --message="Updating seafile configuration..."
|
ynh_script_progression --message="Updating seafile configuration..."
|
||||||
|
|
||||||
# Update Seafile Config
|
# Update Seafile Config
|
||||||
ynh_add_config --template=seahub_settings.py --destination="$install_dir"/conf/seahub_settings.py
|
ynh_add_jinja_config --template=seahub_settings.py --destination="$install_dir"/conf/seahub_settings.py
|
||||||
ynh_add_config --template=ccnet.conf --destination="$install_dir"/conf/ccnet.conf
|
ynh_add_config --template=ccnet.conf --destination="$install_dir"/conf/ccnet.conf
|
||||||
ynh_add_config --template=gunicorn.conf.py --destination="$install_dir"/conf/gunicorn.conf.py
|
ynh_add_config --template=gunicorn.conf.py --destination="$install_dir"/conf/gunicorn.conf.py
|
||||||
ynh_add_config --template=seafdav.conf --destination="$install_dir"/conf/seafdav.conf
|
ynh_add_config --template=seafdav.conf --destination="$install_dir"/conf/seafdav.conf
|
||||||
|
|
Loading…
Reference in a new issue