diff options
author | Munyoki Kilyungi | 2025-05-10 10:08:16 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-05-10 10:08:16 +0300 |
commit | 2a8665a70d3cf2aa2714fb701b1f767d225101dc (patch) | |
tree | f5e9674d1f7ffd31343990026750d6e8ea40f417 | |
parent | 6c603686b693fcf297ff364fe68e689e74c238a7 (diff) | |
download | gn-machines-2a8665a70d3cf2aa2714fb701b1f767d225101dc.tar.gz |
Remove unnecessary copy.
-rwxr-xr-x | genenetwork-local-container.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh index 5827d56..d3555a5 100755 --- a/genenetwork-local-container.sh +++ b/genenetwork-local-container.sh @@ -552,7 +552,6 @@ run_beginner_setup_tutorial() { echo "" echo "Make sure you have a running mysql instance for this to work" echo "" - echo "sudo /usr/local/bin/genenetwork-local-container" if prompt_yes_no "Would you like to set up the database now?"; then init_sql clear |