From a6148bc53d8491463bdf48e5489e812bc077b769 Mon Sep 17 00:00:00 2001 From: godot Date: Fri, 26 Jul 2024 22:03:06 +0200 Subject: [PATCH] it works --- README.md | 20 ++++++++++---------- script.sh | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9c3f276..de115f0 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ ## The Plan - [x] walkthruw - [x] prototype -- [*] clean it -- [*] script it +- [x] clean it +- [x] script it - [x] addons for Forge -- [ ] test that bitch +- [x] test that bitch ## To DO! -- [*] Firewall shinanigns - - [*] Proxmox admin acces in firewall +- [x] Firewall shinanigns + - [x] Proxmox admin acces in firewall - [x] Auto add plugins -- [*] SystemD service -- [ *] Config of velocity.toml - - [*] IP -- [*] Tailscale -- [*] Comments of what is doing what +- [x] SystemD service +- [x] Config of velocity.toml + - [x] IP +- [x] Tailscale +- [x] Comments of what is doing what ## To learn - [x] What content of start.sh means diff --git a/script.sh b/script.sh index 49c4020..f26a5a9 100755 --- a/script.sh +++ b/script.sh @@ -35,7 +35,7 @@ elif [[ "$ansFirewallSetup" =~ ("Y"|"y") || -z $ansFirewallSetup ]]; then ipList="$sshRange" fi - + fi fi ### Update @@ -75,7 +75,7 @@ mv data/Ambassador*.jar /opt/velocity/plugins mv data/velocity.toml /opt/velocity/ mv data/forwarding.secret /opt/velocity/ - +mv data/start.sh /opt/velocity/ ### Permisions @@ -166,11 +166,11 @@ printf "Do you want to start velocity proxy right now? [Y/n]: \n" read startServer if [[ "$startServer" =~ ("y"|"Y") || -z $startServer ]]; then - systemctl start mc-velocity.serice + systemctl start mc-velocity fi systemctl enable mc-velocity printf "\n Everythink is now set up. It is good idea to check these:" printf "\n systemctl status mc-velocity" -printf "\n su velocity -s /bin/bash" +printf "\n su velocity -s /bin/bash \n"