Browse Source

Renamed exec file more accurately.

Félix Baylac-Jacqué 6 years ago
parent
commit
e7cb7286ef
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile
  2. 0 0
      create_new_wireguard_account

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ DIST = /usr/sbin
 CONF = /etc/wireguard
 
 install:
-	cp -f wireguardCreate $(DIST)/create_new_wireguard_account
+	cp -f create_new_wireguard_account $(DIST)
 	chmod 100 $(DIST)/create_new_wireguard_account
 	if [ ! -f $(CONF)/wg-create-account.ini ]; \
 		then cp wg-create-account.ini.sample $(CONF)/wg-create-account.ini && \

wireguardCreate → create_new_wireguard_account