X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=run.sh;h=143b52f20185bb2ba9940918651a553e3178a0e4;hb=3a836137bd76589725e60064bc4f923ff251ba53;hp=e54a4443463b05f987d2a07fc7beee2c89b39ad5;hpb=b7d8fc1a0be728e8830c04fa6d836c8d18c6bc3a;p=pandora_liveinfo.git diff --git a/run.sh b/run.sh index e54a444..143b52f 100755 --- a/run.sh +++ b/run.sh @@ -1,10 +1,14 @@ #!/bin/sh +NAME="Live system info" MSG="Reserved OMAP video layer requires root access, please enter the password." +cp -n config.cfg.default config.cfg + if test -f /etc/slackware-version; then - ktsuss -m "$MSG" ./liveinfo + # ktsuss -m "$MSG" ./liveinfo + gksu -D "$NAME" -m "$MSG" ./liveinfo else @@ -14,7 +18,6 @@ else exit 1 fi - gksudo -D "SGX driver installer" \ - -m "$MSG" ./liveinfo + gksudo -D "$NAME" -m "$MSG" ./liveinfo fi