ignore deb and create user

This commit is contained in:
John McLear 2013-11-24 02:52:03 +00:00
parent 61df1facd2
commit bb40644856
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ npm-debug.log
.ep_initialized
*.crt
*.key
bin/etherpad-1.deb

View File

@ -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