This commit is contained in:
2019-06-02 02:50:28 -07:00
parent 02d81ab872
commit fa79662a12
5 changed files with 47 additions and 6 deletions

View File

@@ -1288,7 +1288,7 @@ if ($p['postflight'] == 2 && $p['rsync_dest']) {
}
$done = "Finished ".$zpath." in ".$seconds." seconds";
echo msg($done); ncenter($done);
echo msg($done); notification($done);
unset($dbo, $dbp, $files, $family, $fx);