When you try to install will receive this error.: "./install.sh: line 211: syntax error: unexpected end of file"
I can see the missing one "fi"
if ! grep -qs 'RuneUIe' /srv/http/app/templates/header.php; then
echo
echo '========================================================='
echo '"RuneUI Enhancement" not found.'
echo '========================================================='
echo
echo 'It must be installed first.'
echo
(( $disk == 1 )) && echo 'And disk space less than 300MB. Expand partition before install.'
echo
echo '---------------------------------------------------------'
echo
rm install.sh
exit
HERE is mising "fi"
if (( $disk == 1 )); then