Merge pull request #2717 from pi-hole/fix/teleporter-extension
Fix teleporter backup file extension
This commit is contained in:
@@ -530,7 +530,7 @@ Interfaces:
|
|||||||
|
|
||||||
Teleporter() {
|
Teleporter() {
|
||||||
local datetimestamp=$(date "+%Y-%m-%d_%H-%M-%S")
|
local datetimestamp=$(date "+%Y-%m-%d_%H-%M-%S")
|
||||||
php /var/www/html/admin/scripts/pi-hole/php/teleporter.php > "pi-hole-teleporter_${datetimestamp}.zip"
|
php /var/www/html/admin/scripts/pi-hole/php/teleporter.php > "pi-hole-teleporter_${datetimestamp}.tar.gz"
|
||||||
}
|
}
|
||||||
|
|
||||||
addAudit()
|
addAudit()
|
||||||
|
|||||||
Reference in New Issue
Block a user