mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'fix-python-script' into 'main'
fix update_schema.sh for spaces in pathname See merge request veilid/veilid!239
This commit is contained in:
commit
bb70861610
@ -4,7 +4,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
# If $VEILID_SERVER is set, use that, otherwise find a valid Veilid server by looking in the usual places
|
||||
if [ -z "${VEILID_SERVER}" ]; then
|
||||
for VEILID_SERVER_CANDIDATE in ${SCRIPTDIR}/../target/debug/veilid-server; do
|
||||
for VEILID_SERVER_CANDIDATE in "${SCRIPTDIR}"/../target/debug/veilid-server; do
|
||||
echo -n "Trying Veilid server at ${VEILID_SERVER_CANDIDATE}..."
|
||||
if [ -f "${VEILID_SERVER_CANDIDATE}" ]; then
|
||||
echo " found!"
|
||||
|
Loading…
Reference in New Issue
Block a user