Update documentation inside deploy script

This commit is contained in:
DeathByDenim 2023-06-23 08:21:11 -04:00
parent f55fc2129b
commit 1c7a3040c8
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
1 changed files with 3 additions and 1 deletions

View File

@ -17,11 +17,13 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
### Deploy script for a game server running multiple open-source game servers
### This script is intended for Debian 11, but may work on other apt-based
### This script is intended for Debian 11 or 12, but may work on other apt-based
### systems too
###
### Specify domain name:
### DOMAINNAME=example.com HOSTEDBYNAME=DeathByDenim ./deploy.sh
###
### You can also specify NOSSL=1 to disable SSL
set -e