mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
cleaning
This commit is contained in:
parent
704bb27cea
commit
92fd7449a5
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ yunohost service add $app --description="Collaborative Markdown editor" --log="/
|
|||
#==============================================
|
||||
# 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"
|
||||
ynh_use_nodejs
|
||||
|
|
|
@ -88,7 +88,7 @@ yunohost service add $app --description="Collaborative Markdown editor" --log="/
|
|||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
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"
|
||||
ynh_secure_remove /usr/local/share/.cache/yarn
|
||||
|
|
Loading…
Reference in a new issue