mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
Added logfile
This commit is contained in:
parent
5c577c1b62
commit
3a56e07c7b
|
@ -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