1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

Bump version number to 1.5

This commit is contained in:
mhfowler 2021-08-24 13:21:49 +02:00
parent b35314e9ca
commit f7eeaa6efe
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.",
"fr": ""
},
"version": "1.4~ynh1",
"version": "1.5~ynh1",
"url": "https://archivebox.io/",
"upstream": {
"license": "MIT",

View file

@ -120,8 +120,10 @@ yunohost service add $app --description="Self-hosted internet archiving" --log="
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_script_progression --message="Ensuring systemd log folder is restored..." --weight=1
mkdir -p /var/log/$app
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
#=================================================