forked from sfu-innovation/cmpt-474
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove console logs, ui tweaks, auth tweaks.
- Loading branch information
Izaak Schroeder
committed
Feb 28, 2014
1 parent
6550f0a
commit 45d1d42
Showing
4 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh | ||
|
||
ROOT=`dirname $0` | ||
|
||
# Give nodejs the ability to bind to ports below 1024. | ||
# Since apparently you can't setcap on a user may as well | ||
# give this power to ANYONE WITH THE NODE BINARY LOL. | ||
sudo setcap cap_net_bind_service=ep /usr/bin/nodejs | ||
|
||
# Fix some retardation. This is unbelievably annoying. | ||
sudo cp "${ROOT}/share/lxc/fuck-lxc.conf" "/etc/init/fuck-lxc.conf" | ||
|
||
# Think we good now | ||
# Yea boi. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters