Commit 6d752ad0 by Heechul Kim

fix typo

parent 4781750e
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
if [ ! -n "$PORCH_URL" ] if [ ! -n "$PORCH_URL" ]
then then
echo "PORCH_URL is not set. Let's set it." echo "PORCH_URL is not set. Let's set it."
PORCH_URL=$(echo $FAI_CONFIG_SRC |cut -d'/' -f1,2,3)a PORCH_URL=$(echo $FAI_CONFIG_SRC |cut -d'/' -f1,2,3)
fi fi
OS=$(/usr/bin/curl $PORCH_URL/api/fai/class/$HOSTNAME) OS=$(/usr/bin/curl $PORCH_URL/api/fai/class/$HOSTNAME)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment