mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 20:45:38 +00:00
GYRO: bash fix - fix
This commit is contained in:
parent
f546c1c1ef
commit
2e8531fbcf
|
@ -439,7 +439,7 @@ finit() {
|
||||||
|
|
||||||
# Installing GyroDSU
|
# Installing GyroDSU
|
||||||
echo "Initializing GyroDSU" #TODO: LOGGER
|
echo "Initializing GyroDSU" #TODO: LOGGER
|
||||||
/app//retrodeck/install-gyrodsu.sh
|
/app/retrodeck/install-gyrodsu.sh
|
||||||
|
|
||||||
) | # Don't delete this!
|
) | # Don't delete this!
|
||||||
zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \
|
zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \
|
||||||
|
|
Loading…
Reference in a new issue