blob: 2b956cad7e3eb8a4b1d3dddba441dd384f635236 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env sh
# Wrapper script for Snap package specific instructions before calling the bin/passwd.sh script
cd "`dirname $0`"
. ./exportYacyDataPath.sh
sh "$SNAP/yacy/bin/passwd.sh"
|