mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-16 17:51:33 +01:00
avoid errors with paths containing spaces
This commit is contained in:
parent
422888ecfa
commit
a7bb299b74
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
cd $(dirname $0)/..
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
if ! [ -x "$(command -v curl)" ]; then
|
if ! [ -x "$(command -v curl)" ]; then
|
||||||
echo "Error: curl is not installed, but the setup script relies on it."
|
echo "Error: curl is not installed, but the setup script relies on it."
|
||||||
|
Loading…
Reference in New Issue
Block a user