~michael-sheldon/ubuntu-touch-session/fix-1659388

« back to all changes in this revision

Viewing changes to ubuntu-touch-session

  • Committer: Oliver Grawert
  • Date: 2013-06-05 19:23:08 UTC
  • mfrom: (69.1.1 session-manager-touch)
  • Revision ID: ogra@ubuntu.com-20130605192308-pfo9ei8edm6ys8ua
mergeĀ lp:~sergiusens/session-manager-touch/unity8

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    $command $args >"$HOME/.ubuntu-touch-session/logs/$command.log" 2>&1 &
90
90
    pids="$! $pids"
91
91
    echo "Started $command with pid $! ($delay secs start delay)"
92
 
    if [ "$command" = "qml-phone-shell" ]; then
 
92
    if [ "$command" = "unity8" ]; then
93
93
        shell_pid=$!
94
94
        echo "Got Shell pid = $shell_pid"
95
95
    fi