diff options
| author | Christian Rößler | 2015-03-26 14:44:57 +0100 |
|---|---|---|
| committer | Christian Rößler | 2015-03-26 14:44:57 +0100 |
| commit | 8e5bd20eb2797bf3487e188cefe5d3537eccb422 (patch) | |
| tree | 37729064e2ca10b8e0c25de1c845869626e80afa /remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session | |
| parent | [netpoint-lightdm] Some more bug fixes (diff) | |
| download | tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.gz tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.xz tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.zip | |
[netpoint-lightdm] some further stuff
Diffstat (limited to 'remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session')
| -rwxr-xr-x | remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session b/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session index 2181fdf5..2c22a68c 100755 --- a/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session +++ b/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session @@ -1,4 +1,4 @@ #!/bin/sh -exec /usr/bin/metacity & -exec /usr/bin/firefox +exec /usr/bin/icewm & +# exec /usr/bin/firefox |
