File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# Check for directories
22if [ ! -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
1215fi
1316if [ ! -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
2329fi
2430if [ ! -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
3443fi
3544if [ ! -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
4557fi
58+ echo " "
59+ echo " ----------------"
60+ echo " "
4661echo " _just Checks:"
4762echo " "
4863echo " ✓ (root)/_just/"
You can’t perform that action at this time.
0 commit comments