Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux authored Dec 25, 2023
1 parent 348cdc5 commit 502a135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vackup all/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Usage:
Download the `vackup` file in this repository to your local machine in your shell path and make it executable.

```shell
sudo curl -sSL https://raw.githubusercontent.com/synergops/docker-compose/main/vackup-all -o /usr/local/bin/vackup && sudo chmod +x /usr/local/bin/vackup
sudo curl -sSL https://raw.githubusercontent.com/SynergOps/docker-compose/main/vackup%20all/vackup -o /usr/local/bin/vackup && sudo chmod +x /usr/local/bin/vackup
```

## Error conditions
Expand All @@ -53,4 +53,4 @@ send_slack_webhook "Vackup failed on line number ${LINE_NUMBER} with exit code $
```shell
export VACKUP_FAILURE_SCRIPT=/opt/bin/vackup-failed.sh
./vackup export ......
```
```

0 comments on commit 502a135

Please sign in to comment.