Fix log directory.

This commit is contained in:
fewtarius 2022-03-31 06:54:36 -04:00
parent 39f3347896
commit d81e7ae13a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ AMIBERRY_DIR=/storage/.config/amiberry
AMIBERRY_CONFIG_DIR=$AMIBERRY_DIR/conf
AMIBERRY_TMP_DIR=/tmp/emulation/amiberry
AMIBERRY_TMP_CONFIG="$AMIBERRY_TMP_DIR"/.amiberry_conf.uae
AMIBERRY_LOG=/tmp/logs/amiberry.log
AMIBERRY_LOG=/var/log/amiberry.log
MAX_DRIVES=4
i=0

View file

@ -21,6 +21,6 @@ if [ ! -L ${RR_DOSBOX_HOME} ]; then
fi
# Run the emulator
dosbox "$@" > /tmp/logs/dosbox.log 2>&1
dosbox "$@" > /var/log/dosbox.log 2>&1
set_audio default

View file

@ -23,6 +23,6 @@ fi
# Run the emulator
ARG="$(echo $1 | sed 's=.*/==;s/\.[^.]*$//')"
dosbox-x -c "${ARG}" > /tmp/logs/dosbox-x.log 2>&1
dosbox-x -c "${ARG}" > /var/log/dosbox-x.log 2>&1
set_audio default

View file

@ -58,4 +58,4 @@ else
fi
cd "${CONFIG_DIR}"
/usr/bin/ecwolf ${params} > /tmp/logs/ecwolf.log 2>&1
/usr/bin/ecwolf ${params} > /var/log/ecwolf.log 2>&1

View file

@ -45,4 +45,4 @@ else
fi
cd "${RUN_DIR}"
/usr/bin/gzdoom ${params} >/tmp/logs/gzdoom.log 2>&1
/usr/bin/gzdoom ${params} >/var/log/gzdoom.log 2>&1

View file

@ -45,4 +45,4 @@ else
fi
cd "${RUN_DIR}"
/usr/bin/lzdoom ${params} >/tmp/logs/lzdoom.log 2>&1
/usr/bin/lzdoom ${params} >/var/log/lzdoom.log 2>&1

View file

@ -42,5 +42,5 @@ fi
if [[ ! "RUN_DIR" == "/storage/roms/build" ]]; then
cd "${RUN_DIR}"
/usr/bin/raze ${params} >/tmp/logs/raze.log 2>&1
/usr/bin/raze ${params} >/var/log/raze.log 2>&1
fi

View file

@ -16,7 +16,7 @@ fi
if [ ! -d "/storage/roms/pico-8" ]
then
mkdir -p "/storage/roms/pico-8"
echo "Extract your purchased pico-8 binaries and place them in the pico-8 directory on your games partition" >/tmp/logs/exec.log
echo "Extract your purchased pico-8 binaries and place them in the pico-8 directory on your games partition" >/var/log/exec.log
fi
cp -f /usr/config/SDL-GameControllerDB/gamecontrollerdb.txt /storage/roms/pico-8/sdl_controllers.txt