Commifreak / unraid-appdata.backup

UNRAID AppData backup plugin
17 stars 1 forks source link

Typo?! #1

Closed steff94 closed 11 months ago

steff94 commented 11 months ago

https://github.com/Commifreak/unraid-appdata.backup/blob/4f2aa388855013bedc345b3a8cfadf6c7d2738d2/src/scripts/backup.php#L66

Currently: "ABHelper::backupLog("Destination is available or not writeable!", ABHelper::LOGLEVEL_ERR);" Should?: ABHelper::backupLog("Destination is unavailable or not writeable!", ABHelper::LOGLEVEL_ERR);

Best regards

Commifreak commented 11 months ago

You are right!