1
0
Fork 0
This commit is contained in:
VirtuBox 2019-04-10 15:31:14 +02:00
parent b118a3e61b
commit aa49f88350
1 changed files with 2 additions and 2 deletions

View File

@ -225,8 +225,8 @@ CHEAT_CHECK() {
wget -O /usr/local/bin/cht.sh https://cht.sh/:cht.sh
chmod +x /usr/local/bin/cht.sh
}
2ND_CHECK_CHT="$(command -v cht.sh)"
"$2ND_CHECK_CHT" "$@"
ND_CHECK_CHT="$(command -v cht.sh)"
$ND_CHECK_CHT "$@"
}
}