mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Added logfile
This commit is contained in:
parent
795f082c42
commit
35c6d7e0e9
|
@ -2,6 +2,9 @@
|
|||
|
||||
# Steam Deck SD path: /run/media/mmcblk0p1
|
||||
|
||||
# Create log
|
||||
exec > ~/retrodeck/retrodeck.log 2>&1
|
||||
|
||||
is_mounted() {
|
||||
mount | awk -v DIR="$1" '{if ($3 == DIR) { exit 0}} ENDFILE{exit -1}'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue