fixed: make install aborting if pwndrop service was not found

This commit is contained in:
Kuba Gretzky 2020-04-18 14:05:14 +02:00
parent a20b3b9965
commit f7af8e6d79
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ clean:
install:
@echo "*** stopping pwndrop"
@$(BUILD_DIR)/$(TARGET) stop
-@$(BUILD_DIR)/$(TARGET) stop
@echo "*** installing and starting pwndrop"
@$(BUILD_DIR)/$(TARGET) install && $(BUILD_DIR)/$(TARGET) start
@$(BUILD_DIR)/$(TARGET) status