This commit is contained in:
pavel.muhortov 2023-03-26 12:31:35 +03:00
parent 81de2d24df
commit f2cbff408e

View File

@ -178,7 +178,7 @@ show=$1
vers=$2
logs=$3
time=$(date +%s)
cd "$(dirname "$(realpath "$0")")" || execerror "cd"
cd "$(dirname "$(realpath "$0")")" || cd "${HOME}" || execerror "cd"
if [ -z "${logs}" ]; then
logs=/dev/null
elif [ ! -e "${logs}" ]; then