diff options
Diffstat (limited to 'addon/snap/snapStopYACY.sh')
| -rwxr-xr-x | addon/snap/snapStopYACY.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addon/snap/snapStopYACY.sh b/addon/snap/snapStopYACY.sh new file mode 100755 index 000000000..425e44c25 --- /dev/null +++ b/addon/snap/snapStopYACY.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +# Wrapper script for Snap package specific instructions before calling the stopYACY.sh script + +cd "`dirname $0`" + +. ./exportYacyDataPath.sh + +sh "$SNAP/yacy/stopYACY.sh"
\ No newline at end of file |
