create DEBIAN/ each time
This commit is contained in:
parent
800fe03c6c
commit
e6e379deb2
|
@ -2,7 +2,6 @@
|
||||||
mattermost*tar.gz
|
mattermost*tar.gz
|
||||||
files/opt
|
files/opt
|
||||||
|
|
||||||
files/DEBIAN/control
|
files/DEBIAN
|
||||||
files/DEBIAN/md5sums
|
|
||||||
control.tar.xz
|
control.tar.xz
|
||||||
data.tar.xz
|
data.tar.xz
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh -x
|
|
||||||
echo "got here in mattermost -- jcarr put this here"
|
|
||||||
touch /tmp/mattermost.jcarr.install
|
|
||||||
echo
|
|
||||||
echo follow the instructions to complete an install from here:
|
|
||||||
echo
|
|
||||||
echo https://docs.mattermost.com/install/install-tar.html
|
|
||||||
echo
|
|
||||||
|
|
||||||
useradd --system --user-group mattermost
|
|
||||||
echo $?
|
|
||||||
|
|
||||||
systemctl daemon-reload
|
|
||||||
systemctl status mattermost.service
|
|
||||||
|
|
||||||
systemctl start mattermost.service
|
|
Loading…
Reference in New Issue