mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-01 13:10:15 +00:00
Fix teleporter backup file extension
Fixes #2714 Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
This commit is contained in:
parent
1d09c6e47d
commit
d2c7c426de
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue