-fi
-
-echo "Please provide sudo password, as some parts of this script requires it"
-if ! sudo true; then
- printerror "Sorry, this script requires working sudo privileges to function"
- exit 1
+else
+ echo "Please provide sudo password, as some parts of this script requires it"
+ if ! sudo true; then
+ printerror "Sorry, this script requires working sudo privileges to function"
+ exit 1
+ fi