(MODE-11365) fixing user data.
This commit is contained in:
parent
391711bd0f
commit
918e13d0a7
1 changed files with 2 additions and 2 deletions
|
|
@ -43,10 +43,10 @@ sudo chown -R ubuntu:ubuntu /usr/src/app/.
|
|||
# Setup map files
|
||||
sudo mv /tmp/uncompressed/map_files/* /data/.
|
||||
sudo chown -R ubuntu:ubuntu /data/.
|
||||
# Setup app
|
||||
mv /tmp/uncompressed/* /usr/src/app/.
|
||||
# Setup nginx
|
||||
sudo mv /tmp/uncompressed/configuration/nginx.conf /etc/nginx/.
|
||||
# Setup app
|
||||
mv /tmp/uncompressed/* /usr/src/app/.
|
||||
# cd /usr/src/app/. && npm install
|
||||
} || {
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue