1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00
This commit is contained in:
Éric Gaspar 2023-07-01 22:54:07 +02:00
parent 704bb27cea
commit 92fd7449a5
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ yunohost service add $app --description="Collaborative Markdown editor" --log="/
#============================================== #==============================================
# INSTALL HEDGEDOC # INSTALL HEDGEDOC
#============================================== #==============================================
ynh_script_progression --message="Building HedgeDoc... (this will take some time and resources!)" --weight=20 ynh_script_progression --message="Building HedgeDoc... (this will take some time and resources!)" --weight=10
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs

View file

@ -88,7 +88,7 @@ yunohost service add $app --description="Collaborative Markdown editor" --log="/
if [ "$upgrade_type" == "UPGRADE_APP" ] if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20 ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=10
pushd "$install_dir" pushd "$install_dir"
ynh_secure_remove /usr/local/share/.cache/yarn ynh_secure_remove /usr/local/share/.cache/yarn