create DEBIAN/ each time

This commit is contained in:
Jeff Carr 2022-10-08 03:07:41 -05:00
parent 800fe03c6c
commit e6e379deb2
3 changed files with 3 additions and 21 deletions

3
.gitignore vendored
View File

@ -2,7 +2,6 @@
mattermost*tar.gz
files/opt
files/DEBIAN/control
files/DEBIAN/md5sums
files/DEBIAN
control.tar.xz
data.tar.xz

View File

@ -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

View File

@ -11,6 +11,5 @@ useradd --system --user-group mattermost
echo $?
systemctl daemon-reload
systemctl status mattermost.service
systemctl start mattermost.service
echo systemctl status mattermost.service
echo systemctl start mattermost.service