Skip to content

Commit 0a01230

Browse files
Add local profile path argument to DAppNode installation script
1 parent 9c0a696 commit 0a01230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo /bin/bash ./scripts/dappnode_install_pre.sh UPDATE
2323
- name: Install DAppNode
2424
run: |
25-
sudo /bin/bash ./scripts/dappnode_install.sh
25+
sudo /bin/bash ./scripts/dappnode_install.sh --local-profile-path "$PWD/.dappnode_profile"
2626
- name: Show installation logs
2727
run: |
2828
cat /usr/src/dappnode/logs/install.log

0 commit comments

Comments
 (0)