1
0
Fork 0
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:
ericgaspar 2020-12-24 23:40:58 +01:00
parent 2462aa9b5a
commit 0835f81629
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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