]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6997 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2024 09:55:09 +0000 (11:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2024 09:55:09 +0000 (11:55 +0200)
.docker/docker-compose.yml
app/Fluidbook/Packager/Download.php
bin/startup.sh

index e91d5a667f356cfb01b22fb48221e3d33b111d12..cf2b523eae68897eabc49327ea33e446e66ee39c 100644 (file)
@@ -14,7 +14,6 @@ services:
       - '/home/toolbox/www/:/application/'
       - '/home/extranet/:/home/extranet/'
       - '/data/extranet/:/data/extranet/'
-      - '/mnt/:/mnt/'
       - '/home/extranet/share/:/application/share/'
       - '/data/toolbox/storage/:/application/storage/'
       - '/data/extranet/ftp/:/application/ftp/'
@@ -83,7 +82,6 @@ services:
       - '/home/toolbox/www/:/application/'
       - '/home/extranet/:/home/extranet/'
       - '/data/extranet/:/data/extranet/'
-      - '/mnt/:/mnt/'
       - '/home/extranet/share/:/application/share/'
       - '/data/toolbox/storage/:/application/storage/'
       - '/data/extranet/ftp/:/application/ftp/'
index ee11d7a29f7a23ac9bf687ae2539b34d41e61ce9..53fca26a0b396abb15add9b582b09abadc4dc86d 100644 (file)
@@ -8,6 +8,7 @@ use App\Services\ScormCloud;
 use Cubist\Backpack\Facades\App;
 use Cubist\Backpack\Magic\Models\ExternalServer;
 use Cubist\Net\Transfer\Driver;
+use Cubist\Net\Transfer\Local;
 use Cubist\Util\CommandLine\Rsync;
 use Cubist\Util\Files\Files;
 use Cubist\Util\Text;
@@ -130,6 +131,7 @@ class Download extends DownloadBase
                 $text = __($this->_installText, $translateVariables);
                 $path = $this->_compileandpackage(false);
 
+                /** @var Local $driver */
                 $driver = $server->getTransferDriver();
                 $driver->copy($path, $dest, false, false);
 
index ad1cba5c67a57da632f707eed989729090f5f179..d1669d489ea2c050f845f9eb9da4423231d8a751 100644 (file)
@@ -40,7 +40,7 @@ chmod -R 700 /etc/monit;chown -R root:root /etc/monit;/usr/bin/monit
 chown -R root:root /etc/monit && /usr/bin/monit
 
 # Mounts
-/application/bin/mount.sh
+/application/bin/mount.sh &
 
 # Launch PHP
 /usr/sbin/php-fpm8.2 -O