diff --git a/packages/nwg-wrapper-install.sh b/packages/nwg-wrapper-install.sh index cfdd76f..f21f736 100755 --- a/packages/nwg-wrapper-install.sh +++ b/packages/nwg-wrapper-install.sh @@ -16,12 +16,9 @@ administrador=$? if [ ${administrador} -eq 0 ] ; then rm -rf /etc/root else - echo "" echo "* nwg-wrapper install" - echo "" echo "* Administrator permissions are required" - echo "" - exit + exit 1 fi # Install dependencies