updaeted commmand
This commit is contained in:
parent
0c1b6ba9bf
commit
407fb7a395
@ -5,7 +5,7 @@ if [[ $# -eq 0 ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" == "up" ] ; then
|
if [ "$1" == "up" ] ; then
|
||||||
echo "Initializing Docker Sync";
|
echo "Initializing Docker Sync (may take several minutes the first time)";
|
||||||
docker-sync start;
|
docker-sync start;
|
||||||
echo "Initializing Docker Compose";
|
echo "Initializing Docker Compose";
|
||||||
shift; # removing first argument
|
shift; # removing first argument
|
Loading…
Reference in New Issue
Block a user