Skip to content

Commit

Permalink
Whitespace
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 33ebf83 commit c4af1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/packer/scripts/02-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo chmod +x /opt/shinyproxy/boot_strap.sh
# make copy of .bashrc
sudo cp -f /root/.bashrc /etc/skel/.bashrc
# run this 1st time when root logs in via ssh
sudo echo '/opt/shinyproxy/boot_strap.sh' >> /root/.bashrc
sudo echo '/opt/shinyproxy/boot_strap.sh' >> /root/.bashrc

# To uninstall the agent and remove the DO directory
apt-get purge droplet-agent* -y
Expand Down

0 comments on commit c4af1ac

Please sign in to comment.