Fixed path
This commit is contained in:
parent
e1d4980819
commit
320182effc
3
start.sh
3
start.sh
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
(
|
(
|
||||||
|
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
cd $SCRIPTPATH
|
||||||
|
|
||||||
KEYS=$(/usr/bin/env python ssh.py)
|
KEYS=$(/usr/bin/env python ssh.py)
|
||||||
IFS=';'
|
IFS=';'
|
||||||
read -d '' -ra SPLITKEYS < <(printf '%s;\0' "$KEYS")
|
read -d '' -ra SPLITKEYS < <(printf '%s;\0' "$KEYS")
|
||||||
|
|
Loading…
Reference in a new issue