diff options
author | Devaev Maxim <[email protected]> | 2018-08-09 04:53:12 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-09 04:53:12 +0300 |
commit | 6f9f7455888b4132e5dca6762aee4c395f6b43fa (patch) | |
tree | 0e7296159f25eaefb22f2ecf3a8b2a415dd0c512 /os/Makefile | |
parent | cf4f414b5fc8602a9bd271794468a8ff505e1e60 (diff) |
fixed path to nginx.conf
Diffstat (limited to 'os/Makefile')
-rw-r--r-- | os/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile index 3956ef5e..5a9b48da 100644 --- a/os/Makefile +++ b/os/Makefile @@ -15,7 +15,7 @@ _pikvm: $(_BUILD_DIR) rm -rf $(_BUILD_DIR)/builder/scripts/pikvm cp -a platforms/$(PIKVM_PLATFORM) $(_BUILD_DIR)/stages/pikvm cd $(_BUILD_DIR) && make binfmt && make _rpi \ - BUILD_OPTS="--build-arg KVMD_VERSION=$(_KVMD_VERSION) --build-arg NEW_SSH_KEYGEN=$(shell uuidgen)" \ + BUILD_OPTS="--build-arg KVMD_VERSION=$(_KVMD_VERSION) --build-arg NEW_SSH_KEYGEN=$(shell uuidgen) --build-arg NEW_HTTPS_CERT=$(shell uuidgen)" \ PROJECT=pi-kvm \ PLATFORM=rpi-2 \ STAGES="__init__ os watchdog ro pikvm rootssh __cleanup__" \ |