diff --git a/boot.sh b/boot.sh index dd2c30d..082e60a 100755 --- a/boot.sh +++ b/boot.sh @@ -2,5 +2,11 @@ #notify on reboot +# change dir +cd "$( dirname "${BASH_SOURCE[0]}" )" +echo "pwd: " +pwd + +. config.sh . func.sh send "Server%20started." diff --git a/hdd.sh b/hdd.sh old mode 100644 new mode 100755