Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo-Storage/issues/11
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed May 12, 2021
1 parent 485b7d4 commit 250ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarHLS.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$obj->error = false;
error_log("tarHLS file already exists");
} else {
$cmd = "tar -cjf {$backupFile} -C {$backupDir} .";
$cmd = "tar -cf {$backupFile} -C {$backupDir} .";

error_log("tarHLS Start ({$cmd})");
//echo $cmd;
Expand Down

0 comments on commit 250ec27

Please sign in to comment.