mirror of https://bitbucket.org/ausocean/av.git
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:
parent
19eafa3228
commit
e4263464ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue