diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-03-27 14:01:34 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-03-27 14:01:34 -0400 |
commit | c0e1c55c1641bb223a2e3cbae9cae76e80f956fc (patch) | |
tree | 4cfa2f5c70e8c5a9b88a3fb99fc8179b3be1cb51 /Bastillefile | |
parent | 658d6a0e0dfd6f72eb1dd36338574916d968fd02 (diff) | |
download | theuniversityedge-c0e1c55c1641bb223a2e3cbae9cae76e80f956fc.tar.xz theuniversityedge-c0e1c55c1641bb223a2e3cbae9cae76e80f956fc.zip |
fix: unecessary config dir
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index ab00790..5cfbd55 100644 --- a/Bastillefile +++ b/Bastillefile @@ -4,7 +4,6 @@ OVERLAY usr CMD mkdir -p /var/www /var/theuniversityedge # Mounts -FSTAB /zroot/theuniversityedge/config /var/theuniversityedge nullfs ro 0 0 FSTAB /zroot/theuniversityedge/htdocs /var/www nullfs ro 0 0 # Start server |