Skip to content

Commit c0a8558

Browse files
author
Florian Schaal
committed
FS#4024 - can't run ispconfig_update.sh to switch to dev
1 parent d3bc5f9 commit c0a8558

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

server/scripts/update_from_dev.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/bin/bash
22

33
cd /tmp
4+
rm -rf ispconfig3-master*
45
wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
56
tar xzf ispconfig3-dev.tar.gz
6-
cd ispconfig3.git/install
7+
cd ispconfig3-master*/install
78
php -q \
89
-d disable_classes= \
910
-d disable_functions= \
1011
-d open_basedir= \
1112
update.php
1213
cd /tmp
13-
rm -rf /tmp/ispconfig3.git /tmp/ispconfig3-dev.tar.gz
14+
rm -rf /tmp/ispconfig3-master* /tmp/ispconfig3-dev.tar.gz
1415

15-
exit 0
16+
exit 0

0 commit comments

Comments
 (0)