~dpniel/ubiquity/fix-1479064

« back to all changes in this revision

Viewing changes to scripts/start-ubiquity-dm

  • Committer: Martin Pitt
  • Date: 2015-04-21 08:49:15 UTC
  • Revision ID: martin.pitt@canonical.com-20150421084915-fpoluhzaxy6985hl
Revert ubiquity.service changes (r6294) from previous upload. It's not
necessary to fix proper shutdown, and broke the "Try Ubuntu" button in
ubiquity-dm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
            ;;
42
42
    esac
43
43
done
44
 
 
45
 
if [ -z "$ubiquity" ]; then
46
 
    if [ -e /run/systemd/system ]; then
47
 
        systemctl start --no-block display-manager.service
48
 
    fi
49
 
    exit 0
50
 
fi
 
44
[ "$ubiquity" ] || exit 0
51
45
 
52
46
if [ -r /etc/default/locale ]; then
53
47
    . /etc/default/locale