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.
This commit is contained in:
Saxon Nelson-Milton 2023-09-20 21:46:14 +00:00
parent 19eafa3228
commit e4263464ef
1 changed files with 0 additions and 1 deletions

View File

@ -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