Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jun 25, 2024
1 parent d3a1a0a commit 33ebf83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion digitalocean/packer/scripts/02-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sudo echo '/opt/shinyproxy/boot_strap.sh' >> /root/.bashrc
# To uninstall the agent and remove the DO directory
apt-get purge droplet-agent* -y

# Print out versions for 1-click submission
echo ===============================
echo Version info:
echo
Expand All @@ -56,7 +57,7 @@ echo -------------------------------
certbot --version
echo ===============================

# test
# Test folder settings and services
echo !!!!!!!!!!!!!!!!!!!!!!! TESTING START !!!!!!!!!!!!!!!!!!!!!
ls -al /opt/shinyproxy/
ls -al /etc/shinyproxy/
Expand Down

0 comments on commit 33ebf83

Please sign in to comment.