This commit is contained in:
pavel.muhortov 2023-03-26 12:35:04 +03:00
parent f2cbff408e
commit 67a495341b

View File

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