Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Jan 17, 2025
1 parent ffec598 commit 51fc004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: sudo systemctl restart apache2

- name: Link Cacti Root
run: ln -s ${{ github.workspace }} /var/www/html/cacti
run: sudo ln -s ${{ github.workspace }} /var/www/html/cacti

- name: Create and Initialize Database
env:
Expand Down

0 comments on commit 51fc004

Please sign in to comment.