doc/install: applied formatting fixes to script

This commit is contained in:
Shyam Sunder 2020-12-19 16:32:29 -05:00
parent 05823e5dec
commit bc69505382

View file

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
# NOTE: This script is still a work in progress
# This script is meant to automate the deployment of Szurubooru via Docker/Docker-Compose, # This script is meant to automate the deployment of Szurubooru via Docker/Docker-Compose,
# and to automatically take the necessary steps to allow Szurubooru to run on ARM devices # and to automatically take the necessary steps to allow Szurubooru to run on ARM devices
# such as the Raspberry Pi. # such as the Raspberry Pi.
@ -160,4 +162,3 @@ chown -R $puid:$guid "$mount"
echo "All done! You should now be able to access Szurubooru using the port number you set." echo "All done! You should now be able to access Szurubooru using the port number you set."
exit 0 exit 0