mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Don't run RetroDECK again immediately after doing factory reset, user must exit first and start it again.
This commit is contained in:
parent
6b6bc710cf
commit
b531b3638f
|
@ -34,7 +34,6 @@ prepare_component() {
|
||||||
if [[ "$1" == "--factory-reset" ]]; then
|
if [[ "$1" == "--factory-reset" ]]; then
|
||||||
log i "User requested full RetroDECK reset"
|
log i "User requested full RetroDECK reset"
|
||||||
rm -f "$lockfile" && log d "Lockfile removed"
|
rm -f "$lockfile" && log d "Lockfile removed"
|
||||||
retrodeck
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
action="$1"
|
action="$1"
|
||||||
|
|
Loading…
Reference in a new issue