Commit 0bbe6eef authored by neil's avatar neil
Browse files

minor

parent d0b748a4
......@@ -2508,8 +2508,10 @@ _installOnline() {
_debug "Download error."
return 1
fi
(
_info "Extracting $localname"
tar xzf $localname
cd "$PROJECT_NAME-$BRANCH"
chmod +x $PROJECT_ENTRY
if ./$PROJECT_ENTRY install "$_nocron" ; then
......@@ -2517,8 +2519,10 @@ _installOnline() {
fi
cd ..
rm -rf "$PROJECT_NAME-$BRANCH"
rm -f "$localname"
)
}
upgrade() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment