Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Nov 24, 2013
1 parent 61df1fa commit 09429be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm-debug.log
.ep_initialized
*.crt
*.key
bin/etherpad-1.deb
3 changes: 3 additions & 0 deletions bin/deb-src/DEBIAN/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ then
tar xf node-v${VER}-linux-${ARCH}.tar.gz -C /tmp/
cp -a /tmp/node-v${VER}-linux-${ARCH}/* /usr/local/
fi

# Create Etherpad user
adduser --system etherpad

0 comments on commit 09429be

Please sign in to comment.