We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a67110 commit cdb94daCopy full SHA for cdb94da
Makefile
@@ -44,3 +44,6 @@ report: ## Generate report.txt
44
@if [ -f ~/report.txt ]; then rm -f ~/report.txt; fi
45
@bash -c 'tools/dev-helper.sh -a >> ~/report.txt'
46
@sed -ri 's/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g' ~/report.txt
47
+
48
+fixworkingdirectory: ## Fix service file WorkingDirectory path
49
+ @sudo sed -i "s~\(WorkingDirectory=\).*~\1$$PWD~" /etc/systemd/system/crowsnest.service
0 commit comments