forked from mir/linux-vm-tools
fix code style
This commit is contained in:
parent
b2b4d37b61
commit
4ed42fda4d
@ -7,12 +7,12 @@
|
|||||||
# Major thanks to: http://c-nergy.be/blog/?p=10752 for the tips.
|
# Major thanks to: http://c-nergy.be/blog/?p=10752 for the tips.
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ ! $(id -u) ] ; then
|
if [ ! $(id -u) ]; then
|
||||||
echo 'This script must be run with root privileges' >&2
|
echo 'This script must be run with root privileges' >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bash -c "cat >~/.xsession <<EOF
|
bash -c "cat > ~/.xsession <<EOF
|
||||||
|
|
||||||
/usr/lib/gnome-session/gnome-session-binary --session=ubuntu &
|
/usr/lib/gnome-session/gnome-session-binary --session=ubuntu &
|
||||||
/usr/lib/x86_64-linux-gnu/unity/unity-panel-service &
|
/usr/lib/x86_64-linux-gnu/unity/unity-panel-service &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user