Skip to content
Snippets Groups Projects
Commit 5e2b43c8 authored by Thom's avatar Thom :tools:
Browse files

Add echo's for download/unpack process

parent c7991869
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,11 @@ then
exit 1
}
echo "Downloading ISPConfig update."
wget -q -O ISPConfig-3.tar.gz "${URL}"
if [ -f ISPConfig-3.tar.gz ]
then
echo "Unpacking ISPConfig update."
tar xzf ISPConfig-3.tar.gz --strip-components=1
cd install/
php -q \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment