commit
5fefdd465d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
## OS settings (get the path of where the script is stored + database file)
|
||||
gitpath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
gitpath="$( cd "$( dirname "$(realpath ${BASH_SOURCE[0]})" )" && pwd)"
|
||||
csvpath="${gitpath}/files.csv"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue