Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed May 26, 2021
1 parent efb8547 commit f23ddd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/trojan-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONFIGPATH="/usr/local/etc/$NAME/config.json"
SYSTEMDPATH="$SYSTEMDPREFIX/$NAME.service"

echo Creating $NAME install directory
mkdir -p $INSTALLPREFIX
mkdir -p $INSTALLPREFIX /usr/local/etc/$NAME

echo Entering temp directory $TMPDIR...
cd "$TMPDIR"
Expand Down

0 comments on commit f23ddd1

Please sign in to comment.