mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Append, don't truncate
Change-Id: If01d6e343f57965f5d0e6ad0a7000da882257b6a
This commit is contained in:
parent
b853eaa6e9
commit
d8a5eda5aa
|
@ -13,4 +13,4 @@ git pull
|
|||
killall node
|
||||
|
||||
# run the server as non-privileged user
|
||||
nohup sudo -u nobody node server.js > nohup.out &
|
||||
nohup sudo -u nobody node server.js >> nohup.out &
|
||||
|
|
Loading…
Reference in a new issue