Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Sandbox start script gives an error message if the current working directory path has spaces in it. #156

@johan718

Description

@johan718

Describe the bug
If your current working directory path has spaces in it, the start script throws an error:

path/to/start: line 57: cd: /path/that/has/spaces : No such file or directory

To Reproduce
Steps to reproduce the behavior:

  1. change directory into a path with spaces in it, such as /Users/datacharmer/mysql test directory/.
  2. run sandbox start script ./start

Expected behavior
. sandbox server started

Environment:

  • OS: macOS 12.6
  • dbdeployer version: 1.69.1

Additional context
Line 57 in the start script should be changed from cd $CURDIR to cd "$CURDIR".

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions