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:
Éric Gaspar 2024-06-08 19:03:50 +02:00
parent a778fbff70
commit 9dd6ca007f
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ ynh_mysql_execute_as_root --database="$db_name" --sql="ALTER DATABASE $db_name C
#================================================= #=================================================
# BUILD NODE DEPENDENCIES # BUILD NODE DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Building with NodeJS..." --weight=20 ynh_script_progression --message="Building with NodeJS..." --weight=10
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs

View file

@ -39,7 +39,7 @@ chown -R "$app:www-data" "$install_dir"
#================================================= #=================================================
# BUILD NODE DEPENDENCIES # BUILD NODE DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Install $app..." --weight=20 ynh_script_progression --message="Install $app..." --weight=10
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs