mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-02 13:42:00 +00:00
GYRODSU: forcing bash execution
This commit is contained in:
parent
78917e741c
commit
e81549d34a
|
@ -752,7 +752,7 @@ prepare_emulator() {
|
||||||
rm -rf /var/data/gyrodsu
|
rm -rf /var/data/gyrodsu
|
||||||
mkdir -p /var/data/gyrodsu
|
mkdir -p /var/data/gyrodsu
|
||||||
cd /app/retrodeck/gyrodsu
|
cd /app/retrodeck/gyrodsu
|
||||||
/app/retrodeck/gyrodsu/install-gyrodsu.sh
|
/bin/bash /app/retrodeck/gyrodsu/install-gyrodsu.sh
|
||||||
cd - # back to the previous dir
|
cd - # back to the previous dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue