You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Update automate.sh
This commit is contained in:
7
dist/automate.sh
vendored
7
dist/automate.sh
vendored
@@ -3,7 +3,7 @@ set -e
|
||||
set -o pipefail
|
||||
shopt -s nullglob # if no files match glob, assume empty list instead of string literal
|
||||
|
||||
pwd
|
||||
MainDir=$(pwd)
|
||||
|
||||
## PACKAGE TO BUILD
|
||||
Package=github.com/mholt/caddy
|
||||
@@ -57,8 +57,5 @@ do
|
||||
mv $bin $f
|
||||
done
|
||||
|
||||
cd $DistDir
|
||||
cd ..
|
||||
pwd
|
||||
ls
|
||||
cd $MainDir/dist
|
||||
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
||||
|
||||
Reference in New Issue
Block a user