Skip to content

Commit

Permalink
Fix automation script path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 8, 2024
1 parent e94db08 commit d4d4436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bin/init_tools_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ while true; do
case $is_start in
yes | y )
# Use source transparent transmission in debug mode
source "${APP_HOME}/bin/auto.sh restart"
source "${APP_HOME}"/bin/auto.sh restart
break
;;
no | n )
Expand Down

0 comments on commit d4d4436

Please sign in to comment.