Skip to content

Commit 99768b5

Browse files
author
Till Brehm
committed
Fixed issue in updater for git-stable mode.
1 parent 4070036 commit 99768b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/scripts/update_from_dev_stable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/rep
1414
tar xzf ispconfig3-dev.tar.gz
1515

1616
echo -n "Latest git version: "
17-
ls -1d ispconfig3-master*
18-
cd ispconfig3-master*/install
17+
ls -1d ispconfig3-stable*
18+
cd ispconfig3-stable*/install
1919

2020
php -q \
2121
-d disable_classes= \

0 commit comments

Comments
 (0)