Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
keeleliin-wrapper
Commits
e165c1f3
Commit
e165c1f3
authored
Feb 11, 2017
by
Indrek Jentson
Browse files
Muudatus logifaili käsitlemises
parent
901f1d14
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker_start.sh
View file @
e165c1f3
...
...
@@ -15,7 +15,11 @@ if [ ! -f ./config.js ]; then
cp
-R
-u
-p
./config_dist.js ./config.js
fi
forever start
-l
-a
/wrapper/logs/forever.log ./app.js
if
[
-f
/wrapper/logs/forever.log
]
;
then
mv
/wrapper/logs/forever.log /wrapper/logs/forever.log.prev
fi
forever start
-l
/wrapper/logs/forever.log ./app.js
forever list
tail
-f
/wrapper/logs/forever.log
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment