remove unnecessary sudo references

This commit is contained in:
strasharo 2016-03-19 01:49:06 +02:00
parent 7ac3e0af37
commit a1f4411d67
1 changed files with 2 additions and 2 deletions

View File

@ -907,8 +907,8 @@ Unknown option. Choose again"; conditional_clear ;;
} }
function mana { function mana {
cd tools/run-mana cd tools/run-mana
sudo chmod +x mana-menu.sh chmod +x mana-menu.sh
sudo ./mana-menu.sh ./mana-menu.sh
exitmode exitmode
} }