Skip to content

Commit

Permalink
Merge pull request #32 from eiten/master
Browse files Browse the repository at this point in the history
Fixed password file name in polaric-password
  • Loading branch information
ohanssen authored Sep 27, 2019
2 parents 73959f7 + 3038b1e commit f69a3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaric-passwd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
DIR=/etc/polaric-aprsd
if [ -e $DIR/users ]; then
if [ -e $DIR/passwd ]; then
htpasswd $DIR/passwd $1
else
htpasswd -c $DIR/passwd $1
Expand Down

0 comments on commit f69a3c7

Please sign in to comment.