doc/install: applied formatting fixes to script
This commit is contained in:
parent
05823e5dec
commit
bc69505382
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue