#!/bin/sh if [ -x /usr/bin/root ]; then exec root ./usr/bin/fixup.sh && sleep 10 sudo dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Rebooting" exit fi sudo reboot
during the installation test it says "warning root isnt in the sudoers file"..
***sure i can echo the root to the sudoers file, but i want the it goes like a root
Last edited by santiago; 2011-04-20 at 23:52.