diff --git a/service.sh b/service.sh index 0a255aa..d8eba4a 100644 --- a/service.sh +++ b/service.sh @@ -1 +1,3 @@ -chmod 0755 $MODPATH/bin/curl +MODDIR=${0%/*} + +chmod 0755 $MODDIR/bin/curl \ No newline at end of file