mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
Fix
This commit is contained in:
parent
6054b996d4
commit
9c7268233f
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Collaborative maps and routing with a straightforward interface",
|
"en": "Collaborative maps and routing with a straightforward interface",
|
||||||
"fr": "Carte collaborative avec une interface simple et pratique"
|
"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",
|
"url": "https://github.com/FacilMap/facilmap",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
|
@ -128,7 +128,7 @@ mkdir -p $final_path
|
||||||
chown -R $app $final_path
|
chown -R $app $final_path
|
||||||
|
|
||||||
pushd $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
|
popd
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
|
@ -107,7 +107,7 @@ ynh_script_progression --message="Building node dependencies..." --weight=20
|
||||||
chown -R $app $final_path
|
chown -R $app $final_path
|
||||||
|
|
||||||
pushd "$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
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue