mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
LOGGER: improvements [skip ci]
This commit is contained in:
parent
b86a5a5823
commit
0924f6f249
|
@ -3,7 +3,7 @@
|
|||
post_update() {
|
||||
|
||||
# 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
|
||||
save_migration
|
||||
|
|
Loading…
Reference in a new issue