]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6794 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2024 18:01:05 +0000 (19:01 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2024 18:01:05 +0000 (19:01 +0100)
app/Elearning/QuizCompiler.php
bin/mount.sh

index 2f2c9cf51eae0316ccfea4e5b627f68265129ccd..9fd0603a551f0e8e309f9cc00a8ca838b2eccc27 100644 (file)
@@ -337,7 +337,6 @@ class QuizCompiler extends Base
         }
         $cli->setModule('cross-env process.env.local=1 mix' . $arg);
         $cli->execute();
-        $cli->debug();
 
         $requiredFiles = ['js/quiz.js', 'css/style.css'];
 
index 51685bcdbe0a954c5dada06f7554078ce075c826..54bd5a271207ccd6f3c3da595f16f0d25af35382 100644 (file)
@@ -3,6 +3,7 @@ mkdir -p /mnt/hosting
 if mountpoint -q "/mnt/hosting"; then
     :
 else
+    echo "mount /mnt/hosting"
     umount -l -q /mnt/hosting
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=1001 -o gid=33 -o allow_other fluidbook@godzilla.cubedesigners.com:/data/fluidbook/hosting /mnt/hosting
 fi
@@ -11,6 +12,7 @@ mkdir -p /mnt/hosting2
 if mountpoint -q "/mnt/hosting2"; then
     :
 else
+    echo "mount /mnt/hosting2"
     umount -l -q /mnt/hosting2
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=1001 -o gid=33 -o allow_other fluidbook@godzilla.cubedesigners.com:/data/fluidbook/hosting2 /mnt/hosting2
 fi
@@ -19,14 +21,16 @@ mkdir -p /application/usstorage
 if mountpoint -q "/application/usstorage"; then
     :
 else
+    echo "mount /application/usstorage"
     umount -l -q /application/usstorage
-    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage
 fi
 
 mkdir -p /application/protected/fluidbookpublication/docs
 if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
     :
 else
+    echo "mount /application/protected/fluidbookpublication/docs"
     umount -l -q /application/protected/fluidbookpublication/docs
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other root@dracula.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
 fi
@@ -35,6 +39,7 @@ mkdir -p /mnt/sign
 if mountpoint -q "/mnt/sign"; then
     :
 else
+    echo "mount /mnt/sign"
     umount -l -q /mnt/sign
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other vince@192.168.10.176:C:/Sign/ /mnt/sign
 fi
@@ -43,6 +48,7 @@ mkdir -p /mnt/macossign2
 if mountpoint -q "/mnt/macossign2"; then
     :
 else
+    echo "mount /mnt/macossign2"
     umount -l -q /mnt/macossign2
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other macossign@192.168.10.102:/Users/macossign/Documents/Sign /mnt/macossign2
 fi
@@ -52,6 +58,7 @@ mkdir -p /mnt/macossign
 if mountpoint -q "/mnt/macossign"; then
     :
 else
+    echo "mount /mnt/macossign"
     umount -l -q /mnt/macossign
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o uid=1001 -o gid=33 -o allow_other vincent@192.168.10.32:/Users/vincent/Sign /mnt/macossign
 fi