Skip to content

Commit

Permalink
better path (checkout where you want)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitSheriff committed Sep 26, 2023
1 parent b236917 commit f657788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autostart_shelfslide.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

# Path to the Python program
PROGRAM_PATH="$HOME/ShelfSlide/shelfslide.py"
PROGRAM_PATH="$(readlink -f ".")/shelfslide.py"
echo $PROGRAM_PATH
exit 1

# Name of the systemd service
SERVICE_NAME="shelfslide"
Expand Down

0 comments on commit f657788

Please sign in to comment.