Ticket #7108: mythwelcome.patch

File mythwelcome.patch, 465 bytes (added by Jo Heremans <jo@…>, 15 years ago)
  • welcomedialog.cpp

     
    736736
    737737    // run command to set wakeuptime in bios and shutdown the system
    738738    QString mythshutdown_exe =
    739         "sudo " + m_installDir + "/bin/mythshutdown --startup";
     739        "sudo " + m_installDir + "/bin/mythshutdown --shutdown";
    740740    myth_system(mythshutdown_exe);
    741741}
    742742