[U] Forgot to chown

This commit is contained in:
Hykilpikonna
2021-01-22 22:09:02 -05:00
parent 76b2f02c17
commit 4f5fb9b0c0
+1
View File
@@ -40,6 +40,7 @@ WantedBy=multi-user.target
groupadd -r appmgr
sudo useradd -r -s /bin/false -g appmgr jvmapps
id jvmapps
chown -R jvmapps:appmgr /app/depl/clock-api
```
7. Run `deploy.sh` in your local machine (Don't forget to change `HOST`)