Fix script oops.
This commit is contained in:
parent
753c62c773
commit
6dfdded2ca
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ then
|
||||||
if [ ! -d "${CEMU_CONFIG_ROOT}/controllerProfiles" ]
|
if [ ! -d "${CEMU_CONFIG_ROOT}/controllerProfiles" ]
|
||||||
then
|
then
|
||||||
mkdir -p ${CEMU_CONFIG_ROOT}
|
mkdir -p ${CEMU_CONFIG_ROOT}
|
||||||
di
|
fi
|
||||||
cp /usr/config/Cemu/controllerProfiles/controller0.xml ${CEMU_CONFIG_ROOT}/controllerProfiles/
|
cp /usr/config/Cemu/controllerProfiles/controller0.xml ${CEMU_CONFIG_ROOT}/controllerProfiles/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue