Skip to content

Commit b498a00

Browse files
Update checks.sh
1 parent 51d5f42 commit b498a00

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/checks.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Check for directories
22
if [ ! -d "_just" ]; then
3+
echo ""
4+
echo "----------------"
5+
echo ""
36
echo "_just Checks:"
47
echo ""
58
echo " ✕ (root)/_just/"
@@ -11,6 +14,9 @@ if [ ! -d "_just" ]; then
1114
exit 1
1215
fi
1316
if [ ! -d "_just/js" ]; then
17+
echo ""
18+
echo "----------------"
19+
echo ""
1420
echo "_just Checks:"
1521
echo ""
1622
echo " ✓ (root)/_just/"
@@ -22,6 +28,9 @@ if [ ! -d "_just/js" ]; then
2228
exit 1
2329
fi
2430
if [ ! -d "_just/style" ]; then
31+
echo ""
32+
echo "----------------"
33+
echo ""
2534
echo "_just Checks:"
2635
echo ""
2736
echo " ✓ (root)/_just/"
@@ -33,6 +42,9 @@ if [ ! -d "_just/style" ]; then
3342
exit 1
3443
fi
3544
if [ ! -f "_just/404.html" ]; then
45+
echo ""
46+
echo "----------------"
47+
echo ""
3648
echo "_just Checks:"
3749
echo ""
3850
echo " ✓ (root)/_just/"
@@ -43,6 +55,9 @@ if [ ! -f "_just/404.html" ]; then
4355
echo "Error: The _just/404.html file is missing." >&2
4456
exit 1
4557
fi
58+
echo ""
59+
echo "----------------"
60+
echo ""
4661
echo "_just Checks:"
4762
echo ""
4863
echo " ✓ (root)/_just/"

0 commit comments

Comments
 (0)