From d5f1e63acc9b2a751d18bf1880f39a3f7cd04695 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 23:18:57 +0200 Subject: [PATCH] Update 'docker_portainer_stacks/portainer/setup-dockerapi-withtls' --- docker_portainer_stacks/portainer/setup-dockerapi-withtls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker_portainer_stacks/portainer/setup-dockerapi-withtls b/docker_portainer_stacks/portainer/setup-dockerapi-withtls index 1b608b2..a19f5bf 100644 --- a/docker_portainer_stacks/portainer/setup-dockerapi-withtls +++ b/docker_portainer_stacks/portainer/setup-dockerapi-withtls @@ -1,11 +1,10 @@ - #!/bin/bash ################################### ############ by Sthope ############ ################################### #### USAGE -# bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-withtls)" +# bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-notls)" # findRandomTcpPort(){ @@ -37,4 +36,5 @@ clear echo "##########################################################" echo "############################# by Sthope ##################" echo "##########################################################" -echo "Save this password and delete the file: ";cat remember2delete; echo " " \ No newline at end of file +echo "Save this password and delete the file: ";cat remember2delete; echo " " +rm ./.bash_history