1
0
Fork 0

fix entrypoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2024-04-04 20:56:42 +02:00
parent 938ccf3d0c
commit 56e97023e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
cp -r /var/www/cloudlog /var/www/html
cp -r /var/www/cloudlog/* /var/www/html
# first arg is `-f` or `--some-option`
if [ "${1#-}" != "$1" ]; then