From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2024 18:01:05 +0000 (+0100) Subject: wait #6794 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=843ac7181c54ffdab09f33eb42e1e6960a3dabf7;p=fluidbook-toolbox.git wait #6794 @1.5 --- diff --git a/app/Elearning/QuizCompiler.php b/app/Elearning/QuizCompiler.php index 2f2c9cf51..9fd0603a5 100644 --- a/app/Elearning/QuizCompiler.php +++ b/app/Elearning/QuizCompiler.php @@ -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']; diff --git a/bin/mount.sh b/bin/mount.sh index 51685bcdb..54bd5a271 100644 --- a/bin/mount.sh +++ b/bin/mount.sh @@ -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