mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
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" |