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:
commit
b27e81a8ea
4 changed files with 8 additions and 11 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue