diff options
author | Ted Gould <ted@gould.cx> | 2012-08-23 15:16:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-23 15:16:17 -0500 |
commit | 370338d5f066007c1b16bcfe80561c2b16f09455 (patch) | |
tree | 152c40b0a48add451a19ea2e18a34860c31c9dc5 | |
parent | d478815a604d1668f5c52a9632536b63b2abc973 (diff) | |
download | lightdm-remote-session-remoteconfigure-370338d5f066007c1b16bcfe80561c2b16f09455.tar.gz lightdm-remote-session-remoteconfigure-370338d5f066007c1b16bcfe80561c2b16f09455.tar.bz2 lightdm-remote-session-remoteconfigure-370338d5f066007c1b16bcfe80561c2b16f09455.zip |
No dialog, just logout
-rwxr-xr-x | firefox-uccsconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-uccsconfigure.sh b/firefox-uccsconfigure.sh index e093c44..a632cb1 100755 --- a/firefox-uccsconfigure.sh +++ b/firefox-uccsconfigure.sh @@ -1,4 +1,4 @@ #!/bin/sh firefox -no-remote https://uccs.landscape.canonical.com/ -gnome-session-quit +gnome-session-quit --logout --no-prompt |