Browse Source

Fix auto install

Vova Tkach 6 years ago
parent
commit
b1cf94710f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -78,7 +78,7 @@ create-autostart:
 		if [ ! -d "$(INITD)" ]; then \
 			echo "Aborted. Dir '$(INITD)' is not exists"; \
 			exit 1; \
-		fi
+		fi; \
 		echo "#!/bin/sh" > $(INITD)/$(NAME); \
 		echo "" >> $(INITD)/$(NAME); \
 		echo "### BEGIN INIT INFO" >> $(INITD)/$(NAME); \