1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
This commit is contained in:
liberodark 2019-04-11 11:33:30 +02:00
parent ca6836181e
commit 1f7eda1a17
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/jellyfin/jellyfin/releases/download/v10.2.2/jellyfin_10.2.2-1_debian-amd64.deb SOURCE_URL=https://github.com/YunoHost-Apps/opentracker_ynh/releases/download/1.0/opentracker.tar.gz
SOURCE_SUM=7a4cc63fd8dfd5535717eae931151dead66293b37246110330dfc1174dac72f3abde75477efed4983c0d2c51331c0efa6ef5b544a2579db6cdd21e80b114eb5c SOURCE_SUM=89bf73a92eea622a9fa12aa7d91c125bbe69dd3c8cdb70560830be120a22c57bb0e46ec80366a7d7c952400b56d39d346a8ce6a404d30117999280fd3d74071b
SOURCE_SUM_PRG=sha512sum SOURCE_SUM_PRG=sha512sum
SOURCE_FORMAT=deb SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=true
SOURCE_EXTRACT=false SOURCE_EXTRACT=true
SOURCE_FILENAME=jellyfin.deb SOURCE_FILENAME=opentracker.tar.gz

View file

@ -103,7 +103,7 @@ ynh_print_info "Installing OpenTracker..."
ynh_app_setting_set $app final_path $final_path ynh_app_setting_set $app final_path $final_path
# 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 "$final_path" "front" ynh_setup_source "$final_path"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD
@ -156,7 +156,7 @@ ynh_system_user_create $app
### that really need such authorization. ### that really need such authorization.
# Set permissions to app files # Set permissions to app files
chown -R $app:$app $final_path chown -R admin:1007 $final_path
#================================================= #=================================================