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:
parent
4ff4b90490
commit
30bed3858d
2 changed files with 1 additions and 5 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
chown -R wkd:wkd wkd
|
||||
su wkd -c ./wkd
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue