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