1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00
This commit is contained in:
Navan Chauhan 2022-07-15 14:34:30 +05:30 committed by GitHub
parent ffc3267f6c
commit a51338401c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,8 @@ fi
# UPDATE SOURCE FILES
#=================================================
src="app"
# Create the temporary directory
tempdir="$(mktemp -d)"
@ -78,12 +80,6 @@ SOURCE_FILENAME=
EOT
echo "... conf/$src.src updated"
else
echo "... asset ignored"
fi
done
#=================================================
# SPECIFIC UPDATE STEPS
#=================================================