Ubuntu Pastebin

Paste from Mirv at Fri, 24 Apr 2015 09:27:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
script
	# set $LANG so that messages appearing on the GUI will be translated. See LP: 875017
	if [ -r /etc/default/locale ]; then
		. /etc/default/locale
		export LANG LANGUAGE LC_MESSAGES LC_ALL
	fi

	sleep 4
	exec NetworkManager
	sleep 4
end script
Download as text