removed hardcoded path, added dynamic path
removed hardcoded path, added dynamic path
This commit is contained in:
parent
3b3afd469d
commit
a7b00026c4
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
python3 "/mnt/sda2/Work/Projects/yt-dlp-proxy/main.py" $@
|
||||
# Get the directory where the script is located
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
python3 "$SCRIPT_DIR/main.py" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue