mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: error when nodejs download fails
This commit is contained in:
@@ -125,6 +125,9 @@ sha256check() {
|
|||||||
echo "Failed to copy Node.js files"
|
echo "Failed to copy Node.js files"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
echo "Node.js download failed"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
exit 0;
|
exit 0;
|
||||||
]]>
|
]]>
|
||||||
|
|||||||
Reference in New Issue
Block a user