Solve exec/reconnect bug

This commit is contained in:
Ivan Ilves 2017-04-24 19:56:58 +02:00
parent eb5ad1e2af
commit 2d02e78f8c

View File

@ -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=${@}