Skip to content

Commit

Permalink
touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilling committed Aug 24, 2017
1 parent 115c67a commit be44863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ server: node_modules src/scripts/brewable.js
brewable: server client makeself.make
./makeself.make

install: brewable default.conf
install:
mkdir -p $(DESTDIR)/etc/default
mkdir -p $(DESTDIR)/etc/init.d
mkdir -p $(DESTDIR)/usr/bin
Expand Down
2 changes: 1 addition & 1 deletion rcbrewable
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ brewable_start () {
touch /var/log/brewable/brewable_stderr.log
chown -R $BREWABLE_USER:$BREWABLE_USER $BREWABLE_LOG_DIR

mkdir -p BREWABLE_RUN_DIR
mkdir -p $BREWABLE_RUN_DIR
cd $BREWABLE_RUN_DIR
su -c \
$BREWABLE_SERVER \
Expand Down

0 comments on commit be44863

Please sign in to comment.