Fixed small typo in download from github link
This commit is contained in:
parent
fff3c8bd43
commit
b64ade5c24
@ -84,12 +84,12 @@ EOF
|
|||||||
chmod +x "$WORKING_QORTAL_DIR/$file"
|
chmod +x "$WORKING_QORTAL_DIR/$file"
|
||||||
elif [ "${file}" = "start.sh" ]; then
|
elif [ "${file}" = "start.sh" ]; then
|
||||||
echo "Downloading from GitHub..."
|
echo "Downloading from GitHub..."
|
||||||
curl -s "https://raw.githubusercontent.com/Qortal/qortal/refs/heads/$BRANCH/tools/$file" -o "$WORKING_QORTAL_DIR/$file"
|
curl -s "https://raw.githubusercontent.com/Qortal/qortal/refs/heads/$BRANCH/$file" -o "$WORKING_QORTAL_DIR/$file"
|
||||||
echo "Making $file script executable..."
|
echo "Making $file script executable..."
|
||||||
chmod +x "$WORKING_QORTAL_DIR/$file"
|
chmod +x "$WORKING_QORTAL_DIR/$file"
|
||||||
elif [ "${file}" = "stop.sh" ]; then
|
elif [ "${file}" = "stop.sh" ]; then
|
||||||
echo "Downloading from GitHub..."
|
echo "Downloading from GitHub..."
|
||||||
curl -s "https://raw.githubusercontent.com/Qortal/qortal/refs/heads/$BRANCH/tools/$file" -o "$WORKING_QORTAL_DIR/$file"
|
curl -s "https://raw.githubusercontent.com/Qortal/qortal/refs/heads/$BRANCH/$file" -o "$WORKING_QORTAL_DIR/$file"
|
||||||
echo "Making $file script executable..."
|
echo "Making $file script executable..."
|
||||||
chmod +x "$WORKING_QORTAL_DIR/$file"
|
chmod +x "$WORKING_QORTAL_DIR/$file"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user