diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-07-03 14:50:46 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-07-03 14:50:46 -0400 |
commit | 7914e3ea44c04d2b05c7841d8eba270a34d13db6 (patch) | |
tree | 7c7a2136fd9d778a641d4f9121bafd3b922ce272 /Bastillefile | |
parent | 38fa2d5f8501ca8d53a832dff2c81b2693cf5d0c (diff) | |
download | carpentertutoring-7914e3ea44c04d2b05c7841d8eba270a34d13db6.tar.xz carpentertutoring-7914e3ea44c04d2b05c7841d8eba270a34d13db6.zip |
fixed paths for extract phpmailer
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bastillefile b/Bastillefile index ddc5e5b..79e3536 100644 --- a/Bastillefile +++ b/Bastillefile @@ -1,12 +1,12 @@ # Prerequisites PKG lighttpd php74 php74-filter php74-openssl OVERLAY usr -CMD mkdir -p /var/www/PHPMailer /var/carpentertutoring +CMD mkdir -p /var/www /var/carpentertutoring FSTAB /zroot/carpentertutoring /var/carpentertutoring nullfs ro 0 0 # Install site to web root CMD fetch -o - http://git.53hor.net/53hornet/carpentertutoring/archive/master.tar.gz | tar --cd /var/www --strip-components 1 --extract --file - -CMD fetch -o - https://github.com/PHPMailer/PHPMailer/archive/master.zip | tar --cd /var/www/PHPMailer --strip-components 1 --extract --file - +CMD fetch -o - https://github.com/PHPMailer/PHPMailer/archive/master.zip | tar --cd /var/www --extract --file - # Start server SYSRC lighttpd_enable=YES |