- Added eval to kalpa-firstboot and kalpa-firstboot-aarch64

(boo#1218367)

OBS-URL: https://build.opensuse.org/package/show/devel:microos:kalpa/plasma-branding-Kalpa?expand=0&rev=7
This commit is contained in:
Shawn Dunn 2023-12-27 18:51:59 +00:00 committed by Git OBS Bridge
parent 4076eb56bb
commit 92ab23fe78
3 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,7 @@ run_task() {
qdbus-qt5 $dbusRef setLabelText "$label" qdbus-qt5 $dbusRef setLabelText "$label"
if "$@"; then if eval "$@"; then
qdbus-qt5 $dbusRef Set "" value "$step" qdbus-qt5 $dbusRef Set "" value "$step"
else else
kdialog --error "Operation Failed: $label" kdialog --error "Operation Failed: $label"

View File

@ -9,7 +9,7 @@ run_task() {
qdbus-qt5 $dbusRef setLabelText "$label" qdbus-qt5 $dbusRef setLabelText "$label"
if "$@"; then if eval "$@"; then
qdbus-qt5 $dbusRef Set "" value "$step" qdbus-qt5 $dbusRef Set "" value "$step"
else else
kdialog --error "Operation Failed: $label" kdialog --error "Operation Failed: $label"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 27 18:50:53 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
- Added eval to kalpa-firstboot and kalpa-firstboot-aarch64
(boo#1218367)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 27 17:51:05 UTC 2023 - Shawn Dunn <sfalken@opensuse.org> Wed Dec 27 17:51:05 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>