1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00
This commit is contained in:
ericgaspar 2022-03-02 18:26:50 +01:00
parent 3fd358666f
commit 4466a6cbd9
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js"
ynh_script_progression --message="Install armadietto with npm..." --weight=1 ynh_script_progression --message="Install armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto@0.1.5 ynh_npm -g i armadietto@0.2.0
popd popd
#================================================= #=================================================

View file

@ -94,7 +94,7 @@ ynh_restore_file --origin_path="$datadir" --not_mandatory
ynh_script_progression --message="REinstall armadietto with npm..." --weight=1 ynh_script_progression --message="REinstall armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto@0.1.5 ynh_npm -g i armadietto@0.2.0
popd popd
#================================================= #=================================================

View file

@ -146,7 +146,7 @@ then
ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1 ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto@0.1.5 ynh_npm -g i armadietto@0.2.0
popd popd
fi fi