mirror of
https://github.com/ivanilves/xiringuito.git
synced 2025-05-20 09:10:10 -07:00
Solve exec/reconnect bug
This commit is contained in:
parent
eb5ad1e2af
commit
2d02e78f8c
@ -36,6 +36,7 @@ if [[ ${#} -lt 1 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# We need to save executable path and arguments for reconnection functionality
|
# We need to save executable path and arguments for reconnection functionality
|
||||||
|
export PATH="${PATH}:."
|
||||||
declare -r ORIGINAL_EXEC=${0}
|
declare -r ORIGINAL_EXEC=${0}
|
||||||
declare -r ORIGINAL_ARGS=${@}
|
declare -r ORIGINAL_ARGS=${@}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user