crawler/addon/snap/snapPasswd.sh
2025-03-26 09:12:37 +09:00

9 lines
191 B
Bash
Executable File

#!/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"