Make ms-manager folder hidden for less clutter

This commit is contained in:
Jiří Štefka 2023-02-25 08:53:00 +01:00
parent 4c781b424c
commit 4d2d3bc956
5 changed files with 3 additions and 3 deletions

@ -325,12 +325,12 @@ function delete_old_server {
# Load the rest of the script
function load_script {
# TODO: Check if the script files exist
source "./ms-manager/detect_server.sh"
source "./ms-manager/java.sh"
source "./.ms-manager/detect_server.sh"
source "./.ms-manager/java.sh"
# Load the correct script
if [[ $server_type == "paper" ]]; then
source ".//ms-manager/paper.sh"
source "./.ms-manager/paper.sh"
# elif [[ $server_type == "vanilla" ]]; then
# source "$cwd/ms-manager/vanilla.sh"
# elif [[ $server_type == "forge" ]]; then