mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
[Fix] Install I hope.
This commit is contained in:
parent
2da2f16a74
commit
95add2da8a
1 changed files with 3 additions and 2 deletions
|
@ -99,7 +99,8 @@ ynh_use_logrotate
|
||||||
|
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
ynh_setup_source $final_path
|
#ynh_setup_source $final_path
|
||||||
|
sudo git clone https://github.com/xwiki-labs/cryptpad.git $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Files owned by root, www-data can just read
|
# Files owned by root, www-data can just read
|
||||||
|
@ -176,4 +177,4 @@ fi
|
||||||
|
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|
||||||
# TODO wait for service availability
|
# TODO wait for service availability
|
||||||
|
|
Loading…
Add table
Reference in a new issue