sleep for node

This commit is contained in:
Ulf Gebhardt 2022-01-12 10:54:25 +01:00
parent 42542b53b3
commit 68da12cfa1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,5 +1,8 @@
#!/bin/bash
# wait for node to properly unref the process(?)
sleep 15
# Find current directory & configure paths
SCRIPT_PATH=$(realpath $0)
SCRIPT_DIR=$(dirname $SCRIPT_PATH)