mirror of
https://github.com/YunoHost-Apps/archivebox_ynh.git
synced 2024-09-03 18:15:54 +02:00
Useynh_node_load_PATH
This commit is contained in:
parent
4442a06abb
commit
0fc1499a6f
1 changed files with 2 additions and 1 deletions
|
@ -143,6 +143,7 @@ cd $final_path; ynh_npm ci
|
||||||
|
|
||||||
ynh_node_path=$ynh_node
|
ynh_node_path=$ynh_node
|
||||||
ynh_script_progression --message="ynh_node_path: $ynh_node_path" --weight=1
|
ynh_script_progression --message="ynh_node_path: $ynh_node_path" --weight=1
|
||||||
|
ynh_script_progression --message="ynh_node_load_PATH: $ynh_node_load_PATH" --weight=1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DATA DIRECTORY
|
# CREATE DATA DIRECTORY
|
||||||
|
@ -212,7 +213,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_script_progression --message="Finishing Archivebox Setup" --weight=1
|
ynh_script_progression --message="Finishing Archivebox Setup" --weight=1
|
||||||
cd $datadir && ynh_exec_as $app $archivebox_cmd init --setup
|
cd $datadir && ynh_exec_as $app $ynh_node_load_PATH $archivebox_cmd init --setup
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue