mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
v2.1.0
This commit is contained in:
parent
85b79bce4c
commit
b7f79db21c
3 changed files with 13 additions and 13 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 (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