mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 10:50:21 +01:00
Fix wrong equals
This commit is contained in:
@@ -72,7 +72,7 @@ else {
|
||||
$status{'end'} = time();
|
||||
&write_file($sfile, \%status);
|
||||
|
||||
if ($status{'status'} = 'complete') {
|
||||
if ($status{'status'} eq 'complete') {
|
||||
# Execute the post-backup script
|
||||
$bok = &execute_after($dump, OUT, 0);
|
||||
if (!$bok && !$dump->{'afterfok'}) {
|
||||
|
||||
Reference in New Issue
Block a user