aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-05-10 10:08:16 +0300
committerMunyoki Kilyungi2025-05-10 10:08:16 +0300
commit2a8665a70d3cf2aa2714fb701b1f767d225101dc (patch)
treef5e9674d1f7ffd31343990026750d6e8ea40f417
parent6c603686b693fcf297ff364fe68e689e74c238a7 (diff)
downloadgn-machines-2a8665a70d3cf2aa2714fb701b1f767d225101dc.tar.gz
Remove unnecessary copy.
-rwxr-xr-xgenenetwork-local-container.sh1
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