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:
parent
a10521d929
commit
ddc5f3e709
1 changed files with 7 additions and 0 deletions
|
@ -342,6 +342,13 @@ then
|
||||||
ynh_store_file_checksum --file="$setupVars"
|
ynh_store_file_checksum --file="$setupVars"
|
||||||
fi
|
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
|
# UPDATE CRON JOB
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue