mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-18 15:42:26 +00:00
Merge branch 'main' into mod-panel
This commit is contained in:
commit
f40c6ce894
27 changed files with 150 additions and 151 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# Build script for production
|
||||
#
|
||||
# No arguments
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# Startup script for production
|
||||
#
|
||||
# $1: Server to start; case sensitive!!!!!
|
||||
|
|
12
scripts-and-tools/update.sh
Normal file
12
scripts-and-tools/update.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
# Update script for production
|
||||
#
|
||||
# No arguments
|
||||
# Called manually
|
||||
|
||||
sudo systemctl stop project-lighthouse*
|
||||
|
||||
cd /srv/lighthouse || return
|
||||
sudo -u lighthouse -i /srv/lighthouse/build.sh
|
||||
|
||||
sudo systemctl start project-lighthouse*
|
Loading…
Add table
Add a link
Reference in a new issue