Skip to content

Commit

Permalink
Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
fwikestad committed Feb 9, 2024
1 parent 7845fd3 commit f4247ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/start.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

FILE=/run/secrets/STORAGE_CONTAINER_STRING
FILE=/run/secrets/STORAGE_CONNECTION_STRING
if [ -f $FILE ]; then
export STORAGE_CONNECTION_STRING=$(cat /run/secrets/STORAGE_CONNECTION_STRING)
fi
fi

# we need to figure out the IP of the public interface here
IP=`ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1`
Expand Down

0 comments on commit f4247ea

Please sign in to comment.