summaryrefslogtreecommitdiff
path: root/addon/snap/snapStopYACY.sh
blob: 425e44c250a49c7dd503fd12f9bb2de168642e4f (plain)
1
2
3
4
5
6
7
8
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"