mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
Update automate.sh
This commit is contained in:
parent
3663ee49f2
commit
6d306e29ed
2
dist/automate.sh
vendored
2
dist/automate.sh
vendored
@ -3,6 +3,8 @@ set -e
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
shopt -s nullglob # if no files match glob, assume empty list instead of string literal
|
shopt -s nullglob # if no files match glob, assume empty list instead of string literal
|
||||||
|
|
||||||
|
pwd
|
||||||
|
|
||||||
## PACKAGE TO BUILD
|
## PACKAGE TO BUILD
|
||||||
Package=github.com/mholt/caddy
|
Package=github.com/mholt/caddy
|
||||||
Extension=github.com/hacdias/caddy-hugo
|
Extension=github.com/hacdias/caddy-hugo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user