Skip to content

Commit

Permalink
Merge pull request #3 from Eskander/dev
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Eskander authored Jan 2, 2024
2 parents 4c7be2b + 935e9a4 commit 9264e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Get changed files
id: changed_files
uses: jitterbit/get-changed-files@v1
continue-on-error: true

- name: Find add-on directories
id: addons
Expand Down
2 changes: 1 addition & 1 deletion archisteamfarm/rootfs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
if [ ! -f /config/config/IPC.config ]; then
echo "Copying config"
cp /IPC.config /config/config/IPC.config
fo
fi

echo "Fixing permissions"
chown -R asf:asf /config
Expand Down

0 comments on commit 9264e07

Please sign in to comment.