mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Some tiny changes
This commit is contained in:
parent
21d3a9f401
commit
4321c11622
3 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ unlink($tar_destination);
|
|||
echo "\n{$zip_destination} created\n{$tar_destination}.gz created\n";
|
||||
|
||||
// Docker build
|
||||
if (readline("Build Docker image? (Y/N): ") === "Y") {
|
||||
if ($options['docker'] || readline("Build Docker image? (Y/N): ") === "Y") {
|
||||
copy($zip_destination, $docker_zip);
|
||||
|
||||
$docker = trim(`which docker`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue