Skip to content

Commit

Permalink
Fix problems uploading sequences with spaces in the filenamme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 13, 2018
1 parent 71159df commit e90daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/fppxml.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ function MoveFile()
error_log("Couldn't move sequence file");
exit(1);
}
exec("$SUDO gunzip -f $sequenceDirectory/$file");
exec("$SUDO gunzip -f '$sequenceDirectory/$file'");
}
else if (preg_match("/\.(eseq)$/i", $file))
{
Expand Down

0 comments on commit e90daf9

Please sign in to comment.