blob: f524571db3abb9ceb26c1e9ba010e4e52f714f5e (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
if [ "$1" == "0.2.6-1" ]; then
printf "\n\n\033[31mWARNING!\033[0m The configuration format has been updated to TOML.
From the release notes:
\"migrate appropriately\"\n\n\n"
fi
}
|