9 lines
191 B
Bash
Executable File
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" |