Skip to content

Commit

Permalink
Makefile: allow sudo to take password
Browse files Browse the repository at this point in the history
  • Loading branch information
osnr committed Apr 5, 2024
1 parent 224671c commit acb88a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sync:
rsync --delete --timeout=5 -e "ssh -o StrictHostKeyChecking=no" -a . folk@$(FOLK_SHARE_NODE):/home/folk/folk

sync-restart: sync
ssh folk@$(FOLK_SHARE_NODE) -- 'sudo systemctl restart folk'
ssh -tt folk@$(FOLK_SHARE_NODE) -- 'sudo systemctl restart folk'

test:
for testfile in test/*.tcl; do echo; echo $${testfile}; echo --------; make FOLK_ENTRY=$${testfile}; done
Expand Down

0 comments on commit acb88a1

Please sign in to comment.