Ubuntu Pastebin

Paste from jibel at Tue, 26 Sep 2017 21:19:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'bin/oem-config-prepare'
--- bin/oem-config-prepare      2016-03-30 05:29:29 +0000
+++ bin/oem-config-prepare      2017-09-26 21:19:30 +0000
@@ -43,7 +43,7 @@
        case $frontend in
                gtk_ui)
                        if [ "$DISPLAY" ] && type zenity >/dev/null 2>&1; then
-                               zenity --title oem-config-prepare --info --text \
+                               sudo -u oem zenity --title oem-config-prepare --info --text \
                                        "$MESSAGE"
                                exit 0
                        fi
Download as text