From e4263464ef1c14274cb77d4e89f73917245b5af8 Mon Sep 17 00:00:00 2001 From: Saxon Nelson-Milton Date: Wed, 20 Sep 2023 21:46:14 +0000 Subject: [PATCH] vidforward: remove reference to non-existent run.sh file This file used to be used for startup, but now we just start the process directly in the service. It probably existed in the dir last time this was tested so no errors were thrown, but on a clean install this was a problem. --- cmd/vidforward/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/vidforward/Makefile b/cmd/vidforward/Makefile index 04b36f9b..827e2a6e 100644 --- a/cmd/vidforward/Makefile +++ b/cmd/vidforward/Makefile @@ -10,7 +10,6 @@ RUN_SCRIPT_DIR := $(BIN_DIR)/run.sh .SILENT:clean rebuild: - chmod +x run.sh go build -tags debug install: as_root soft_copy_files rebuild