Index: /scripts/usr/local/lib/7dtd/common.sh
===================================================================
--- /scripts/usr/local/lib/7dtd/common.sh	(revision 259)
+++ /scripts/usr/local/lib/7dtd/common.sh	(revision 260)
@@ -234,7 +234,7 @@
 getHooksFor() {
 	if [ -n $2 ]; then
-		if [ -d $SDTD_BASE/$(getInstancePath $2)/hooks/$1 ]; then
+		if [ -d $(getInstancePath $2)/hooks/$1 ]; then
 			local H
-			for H in $SDTD_BASE/$(getInstancePath $2)/hooks/$1/*.sh; do
+			for H in $(getInstancePath $2)/hooks/$1/*.sh; do
 				echo "$H"
 			done
