Skip to content

Commit

Permalink
Fix special character
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Dec 14, 2023
1 parent 260fb33 commit 97e4a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_install_pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_docker() {
alias_docker_compose() {
cat > /usr/local/bin/docker-compose<<EOL
#!/bin/bash
docker compose "$@"
docker compose "\$@"
EOL
chmod +x /usr/local/bin/docker-compose
}
Expand Down

0 comments on commit 97e4a24

Please sign in to comment.