mirror of
https://github.com/YunoHost-Apps/opentracker_ynh.git
synced 2024-09-03 19:46:34 +02:00
Update install
This commit is contained in:
parent
2462aa9b5a
commit
0835f81629
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
git clone git://erdgeist.org/opentracker "$final_path" --quiet
|
||||
|
||||
pushd "$final_path" || ynh_die
|
||||
make
|
||||
ynh_exec_warn_less make
|
||||
popd || ynh_die
|
||||
|
||||
#=================================================
|
||||
|
@ -123,7 +123,7 @@ chmod +x $final_path/opentracker
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --needs_exposed_ports "$port"
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--needs_exposed_ports "$port"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Reference in a new issue