mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
LOGGER: improvements [skip ci]
This commit is contained in:
parent
b86a5a5823
commit
0924f6f249
|
@ -3,7 +3,7 @@
|
||||||
post_update() {
|
post_update() {
|
||||||
|
|
||||||
# post update script
|
# post update script
|
||||||
echo "Executing post-update script"
|
log i "Executing post-update script"
|
||||||
|
|
||||||
if [[ $(check_version_is_older_than "0.5.0b") == "true" ]]; then # If updating from prior to save sorting change at 0.5.0b
|
if [[ $(check_version_is_older_than "0.5.0b") == "true" ]]; then # If updating from prior to save sorting change at 0.5.0b
|
||||||
save_migration
|
save_migration
|
||||||
|
|
Loading…
Reference in a new issue