- 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:
parent
4076eb56bb
commit
92ab23fe78
@ -9,7 +9,7 @@ run_task() {
|
||||
|
||||
qdbus-qt5 $dbusRef setLabelText "$label"
|
||||
|
||||
if "$@"; then
|
||||
if eval "$@"; then
|
||||
qdbus-qt5 $dbusRef Set "" value "$step"
|
||||
else
|
||||
kdialog --error "Operation Failed: $label"
|
||||
|
@ -9,7 +9,7 @@ run_task() {
|
||||
|
||||
qdbus-qt5 $dbusRef setLabelText "$label"
|
||||
|
||||
if "$@"; then
|
||||
if eval "$@"; then
|
||||
qdbus-qt5 $dbusRef Set "" value "$step"
|
||||
else
|
||||
kdialog --error "Operation Failed: $label"
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user