mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Missing fi
This commit is contained in:
parent
b89f91511b
commit
65a93602f8
|
@ -129,6 +129,7 @@ then
|
||||||
fi
|
fi
|
||||||
else # If newly-installed version is a normal build.
|
else # If newly-installed version is a normal build.
|
||||||
post_update # Executing post update script
|
post_update # Executing post update script
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
# Else, LOCKFILE IS NOT EXISTING (WAS REMOVED)
|
# Else, LOCKFILE IS NOT EXISTING (WAS REMOVED)
|
||||||
# if the lock file doesn't exist at all means that it's a fresh install or a triggered reset
|
# if the lock file doesn't exist at all means that it's a fresh install or a triggered reset
|
||||||
|
@ -157,4 +158,4 @@ fi
|
||||||
|
|
||||||
# Normal Startup
|
# Normal Startup
|
||||||
|
|
||||||
start_retrodeck
|
start_retrodeck
|
||||||
|
|
Loading…
Reference in a new issue