set cwd
This commit is contained in:
parent
3689b742b2
commit
b29a2b8d6b
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
##set working directory to location of this script
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
PIDFILE=bg_slideshow.pid
|
PIDFILE=bg_slideshow.pid
|
||||||
remove_pidfile()
|
remove_pidfile()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue