mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Update ci-test.sh
This commit is contained in:
parent
a5140f24d8
commit
63a78f11e9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ chmod -R a+x ./simpsh-httpd &&
|
|||
apt install -y ./simpsh-httpd.deb &&
|
||||
echo "Starting simpsh-httpd..." &&
|
||||
mkdir -p /var/www/html &&
|
||||
simpsh-httpd -d &&
|
||||
simpsh-httpd-socat -d &&
|
||||
echo "Creating test document..." &&
|
||||
(echo "This is a test!" > /var/www/html/testdocument.txt) &&
|
||||
testdoc="$(curl http://localhost:8888/testdocument.txt)" &&
|
||||
|
|
Loading…
Add table
Reference in a new issue