fixed file not found error"

This commit is contained in:
Bedir Tuğra Karaabalı 2025-03-01 02:16:20 +03:00
parent 3a2e7674b6
commit 6c0651429f
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,9 @@
#!/usr/bin/bash
source finder.sh
source starter.sh
BASE_DIR=/usr/local/bin/ServerFinder
source "$BASE_DIR/finder.sh"
source "$BASE_DIR/starter.sh"

View File

@ -1,6 +1,7 @@
#! usr/bin/bash
source start_options.sh
BASE_DIR=/usr/local/bin/ServerFinder
source "$BASE_DIR/start_options.sh"
function change_the_properties() {
gum log --structured --level info "we find the $1 file"