1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facilmap_ynh.git synced 2024-09-03 18:36:07 +02:00
This commit is contained in:
ericgaspar 2021-06-26 21:52:13 +02:00
parent 6054b996d4
commit 9c7268233f
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Collaborative maps and routing with a straightforward interface",
"fr": "Carte collaborative avec une interface simple et pratique"
},
"version": "3.1.0~ynh1",
"version": "3.3.0~ynh1",
"url": "https://github.com/FacilMap/facilmap",
"upstream": {
"license": "AGPL-3.0",

View file

@ -128,7 +128,7 @@ mkdir -p $final_path
chown -R $app $final_path
pushd $final_path
ynh_exec_as $app "$ynh_node_load_PATH" $ynh_npm install --prefix "$final_path" -g facilmap-server@"$facilmap_version"
ynh_exec_as $app "$ynh_node_load_PATH" $ynh_npm install --prefix "$final_path" -g facilmap-server@"$facilmap_version" 2>/dev/null
popd
chmod 750 "$final_path"

View file

@ -107,7 +107,7 @@ ynh_script_progression --message="Building node dependencies..." --weight=20
chown -R $app $final_path
pushd "$final_path"
ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install --prefix "$final_path" -g facilmap-server@"$facilmap_version"
ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install --prefix "$final_path" -g facilmap-server@"$facilmap_version" 2>/dev/null
popd
#=================================================