Merge pull request #12 from CodeRoK7/main

Fix show version
This commit is contained in:
CodeRoK7
2025-03-01 00:42:50 +05:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ install_youtubeunblock_packages() {
PACK_NAME="youtubeUnblock"
if [ ! $VERSION = "23.05.5" ]
then
echo "Your version $version OpenWRT not support. Please, install $PACK_NAME manually and run the script again"
echo "Your version $VERSION OpenWRT not support. Please, install $PACK_NAME manually and run the script again"
exit 1
fi