We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5898e68 commit 93f3e1aCopy full SHA for 93f3e1a
server/scripts/update_from_tgz.sh
@@ -1,8 +1,15 @@
1
#!/bin/bash
2
3
cd /tmp
4
+
5
+if [ -f ISPConfig-3-stable.tar.gz ]
6
+then
7
+rm -f ISPConfig-3-stable.tar.gz
8
+fi
9
10
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
11
tar xvfz ISPConfig-3-stable.tar.gz
12
cd ispconfig3_install/install/
13
php -q update.php
-rm -rf /tmp/ispconfig3_install/install
14
+rm -rf /tmp/ispconfig3_install/install
15
0 commit comments