mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 17:13:22 -05:00
$ear2 properly upgraded when save button not chosen.
This commit is contained in:
parent
1e249d1786
commit
c534fe6a3e
@ -1420,6 +1420,9 @@ sub accept_button {
|
||||
return if errcp(sys("cp -a $tmp/$entry_advanced[4] $home_rootfs")) == 2;
|
||||
}
|
||||
}
|
||||
else {
|
||||
$ear2->set_text("$entry_advanced[4]");
|
||||
}
|
||||
}
|
||||
elsif ($bz2_toggle_root->active) {
|
||||
$compress = "bzip2";
|
||||
@ -1447,6 +1450,9 @@ sub accept_button {
|
||||
return if errcp(sys("cp -a $tmp/$entry_advanced[4] $home_rootfs")) == 2;
|
||||
}
|
||||
}
|
||||
else {
|
||||
$ear2->set_text("$entry_advanced[4]");
|
||||
}
|
||||
}
|
||||
}
|
||||
else { # off
|
||||
|
Loading…
x
Reference in New Issue
Block a user