mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
scripts fix
This commit is contained in:
parent
eb7e744a75
commit
ce1e5da72e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ dl_source() {
|
||||||
echo "failed to untar go-proxy.tar.gz"
|
echo "failed to untar go-proxy.tar.gz"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
mkdir -p $(dirname $APP_ROOT)
|
||||||
mv "go-proxy-${VERSION}" $APP_ROOT
|
mv "go-proxy-${VERSION}" $APP_ROOT
|
||||||
cd $APP_ROOT
|
cd $APP_ROOT
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
Loading…
Add table
Reference in a new issue