Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax change in offelia scheduler #840

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

AthulyaMS
Copy link
Collaborator

  • Utilize newly allocated space in production(backup) #836

  • Actually I didnt find any mistake in the previous code logic .

  • In some commands ,there was missing space in the ending before closing of bracket .If there is no space before the closing bracket in a bash script, such as in a test expression like [ -d /path/to/directory], it will result in a syntax error. Bash expects a space before the closing bracket (]) to properly interpret the condition. Without this space, bash will fail to recognize the correct end of the condition, leading to a syntax error when the script is executed.

@AthulyaMS AthulyaMS requested a review from shimilgithub July 3, 2024 17:58
@AthulyaMS AthulyaMS self-assigned this Jul 3, 2024
docker/docker-compose.yml Outdated Show resolved Hide resolved
docker/docker-compose.yml Outdated Show resolved Hide resolved
@shimilgithub shimilgithub merged commit 44fe701 into Bridgeconn:version-2 Jul 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants