1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pihole_ynh.git synced 2024-09-03 20:05:58 +02:00

set the new version number in upgrade script

This commit is contained in:
Kay0u 2021-09-21 14:15:28 +02:00
parent a10521d929
commit ddc5f3e709
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -342,6 +342,13 @@ then
ynh_store_file_checksum --file="$setupVars"
fi
#=================================================
# SET VERSIONS FOR THE FOOTER OF THE WEB INTERFACE
#=================================================
echo "master master master" > $pihole_storage/localbranches
echo "$pihole_core_version $dashboard_version $FTL_version" | tee $pihole_storage/{GitHubVersions,localversions} > /dev/null
#=================================================
# UPDATE CRON JOB
#=================================================