0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-04 19:52:50 +01:00

rm entrypoint.sh

This commit is contained in:
Willi Junga 2024-10-26 22:05:15 +02:00
parent 4ff4b90490
commit 30bed3858d
Signed by: willi.junga
GPG key ID: 91E50A0F474ACF82
2 changed files with 1 additions and 5 deletions

View file

@ -1,3 +0,0 @@
#!/bin/bash
chown -R wkd:wkd wkd
su wkd -c ./wkd

View file

@ -1,7 +1,6 @@
#!/bin/sh
mkdir /srv/wkd
#cp entrypoint.sh /srv/wkd
cp example.config.toml /srv/wkd/config.toml
#cp example.config.toml /srv/wkd/config.toml
cp -R assets /srv/wkd/assets
cp simple-wkd-executable /srv/wkd/wkd
cp wkd.service /etc/systemd/system/wkd.service