Skip to content

Commit

Permalink
Minor change to copy instead of linking
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Jan 17, 2025
1 parent a8ec9b9 commit 811bae5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ jobs:
- name: Restart Apache2
run: sudo systemctl restart apache2

- name: Link Cacti Root
run: sudo ln -s ${{ github.workspace }} /var/www/html
- name: Setup the Cacti Root
run: |
sudo cp -rp ${{ github.workspace }} /var/www/html
sudo chown -R www-data:www-data /var/www/html/cacti
- name: Create and Initialize Database
env:
Expand Down

0 comments on commit 811bae5

Please sign in to comment.