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:
parent
b35314e9ca
commit
f7eeaa6efe
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.",
|
"en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.",
|
||||||
"fr": ""
|
"fr": ""
|
||||||
},
|
},
|
||||||
"version": "1.4~ynh1",
|
"version": "1.5~ynh1",
|
||||||
"url": "https://archivebox.io/",
|
"url": "https://archivebox.io/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -120,8 +120,10 @@ yunohost service add $app --description="Self-hosted internet archiving" --log="
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# 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"
|
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue