fix(scripts): variable

This commit is contained in:
CyberL1 2025-02-16 09:46:41 +01:00
parent 14ff2efa3d
commit 8fc9c8a017

View File

@ -33,7 +33,7 @@ unzip -d $dir -o $zip
chmod +x $exe
rm $zip
echo "Holesail proxy was installed to $runtimer_exe"
echo "Holesail proxy was installed to $exe"
if command -v holesail-proxy > /dev/null; then
echo "Run 'holesail-proxy --help' to get started"
else