Skip to content

Commit 5e2b43c

Browse files
author
Thom
committed
Add echo's for download/unpack process
1 parent c799186 commit 5e2b43c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/scripts/update_runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ then
5151
exit 1
5252
}
5353

54+
echo "Downloading ISPConfig update."
5455
wget -q -O ISPConfig-3.tar.gz "${URL}"
5556
if [ -f ISPConfig-3.tar.gz ]
5657
then
58+
echo "Unpacking ISPConfig update."
5759
tar xzf ISPConfig-3.tar.gz --strip-components=1
5860
cd install/
5961
php -q \

0 commit comments

Comments
 (0)