march-linux / connman_dmenu

just too lazy to use connmanctl
61 stars 10 forks source link

Root user check no longer necessary #1

Closed firecat53 closed 10 years ago

firecat53 commented 10 years ago

Hey, looks like you can actually remove these lines now according to the wiki and testing that I did

if [[ $EUID != 0 ]]; then
    dmenu_notify "Please run it as root"
    exit 1
fi

Seems to run fine as a regular user now. I just have those lines commented out and it works fine.

Thanks! Scott

taylorchu commented 10 years ago

no, it is still required. but after the profile is created, you wont need root.