mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Fixed issue with custom/default save paths
This commit is contained in:
@@ -147,7 +147,7 @@ function getSaveFilePath ()
|
||||
log 3 "Using default save file path for emulator: ${emulator}"
|
||||
|
||||
# Default to the normal saves directory
|
||||
saveFilePath="~/RetroPie/saves/${system}"
|
||||
saveFilePath=~/RetroPie/saves/${system}
|
||||
fi
|
||||
|
||||
log 3 "Save file path: ${saveFilePath}"
|
||||
|
||||
Reference in New Issue
Block a user