- '/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/'
- '/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/'
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;
$text = __($this->_installText, $translateVariables);
$path = $this->_compileandpackage(false);
+ /** @var Local $driver */
$driver = $server->getTransferDriver();
$driver->copy($path, $dest, false, false);
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