Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-08-03 15:26:57 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-08-03 15:26:57 +0300
commit1e5e8eaa61e0360954a0a3d709592ce20f9e6762 (patch)
tree8c304b62f6de4118ca8cdcf04be390d2469e10ff
parent1d6d81f75f4384708e49ca67c0a3097d5bc28583 (diff)
Fix typo
-rwxr-xr-xsrc/modules/octopi/start_chroot_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index db72e43..56f43b6 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -125,7 +125,7 @@ EOT
apt-get install -y --force-yes --no-install-recommends nginx
ARCH=arm
- if [ "${BASE_ARCH}" == "aarch64"]; then
+ if [ "${BASE_ARCH}" == "aarch64" ]; then
ARCH=aarch64
fi