mirror of
https://github.com/bdrtr/ServerFinder.git
synced 2025-11-08 18:52:47 +00:00
fixed file not found error"
This commit is contained in:
parent
3a2e7674b6
commit
6c0651429f
6
main.sh
6
main.sh
@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user