1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrutiny_ynh.git synced 2024-09-03 20:16:24 +02:00

Merge pull request #18 from YunoHost-Apps/master-promotion

Upgrade master from testing
This commit is contained in:
ewilly 2024-02-28 19:01:25 +00:00 committed by GitHub
commit b27e81a8ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 11 deletions

View file

@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
- (Future) Hard Drive performance testing & tracking - (Future) Hard Drive performance testing & tracking
**Shipped version:** 0.7.3~ynh2 **Shipped version:** 0.7.3~ynh3
## Screenshots ## Screenshots

View file

@ -35,7 +35,7 @@ Scrutiny is a simple but focused application, with a couple of core features:
- (Future) Hard Drive performance testing & tracking - (Future) Hard Drive performance testing & tracking
**Version incluse :** 0.7.3~ynh2 **Version incluse :** 0.7.3~ynh3
## Captures décran ## Captures décran

View file

@ -4,7 +4,7 @@ id = "scrutiny"
name = "Scrutiny" name = "Scrutiny"
description.en = "WebUI for smartd S.M.A.R.T monitoring" description.en = "WebUI for smartd S.M.A.R.T monitoring"
version = "0.7.3~ynh2" version = "0.7.3~ynh3"
maintainers = ["ewilly"] maintainers = ["ewilly"]

View file

@ -38,15 +38,12 @@ fi
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
if [ "$upgrade_type" == "UPGRADE_APP" ] ynh_script_progression --message="Upgrading source files..." --weight=1
then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --source_id="scrutiny-web-linux" --dest_dir="$install_dir/bin" ynh_setup_source --source_id="scrutiny-web-linux" --dest_dir="$install_dir/bin"
ynh_setup_source --source_id="scrutiny-collector-metrics-linux" --dest_dir="$install_dir/bin" ynh_setup_source --source_id="scrutiny-collector-metrics-linux" --dest_dir="$install_dir/bin"
ynh_setup_source --source_id="scrutiny-web-frontend" --dest_dir="$install_dir/web" ynh_setup_source --source_id="scrutiny-web-frontend" --dest_dir="$install_dir/web"
fi
#================================================= #=================================================
# REAPPLY SYSTEM CONFIGURATIONS # REAPPLY SYSTEM CONFIGURATIONS