Skip to content
Snippets Groups Projects
Commit 99768b5e authored by Till Brehm's avatar Till Brehm
Browse files

Fixed issue in updater for git-stable mode.

parent 40700364
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/rep ...@@ -14,8 +14,8 @@ wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/rep
tar xzf ispconfig3-dev.tar.gz tar xzf ispconfig3-dev.tar.gz
echo -n "Latest git version: " echo -n "Latest git version: "
ls -1d ispconfig3-master* ls -1d ispconfig3-stable*
cd ispconfig3-master*/install cd ispconfig3-stable*/install
php -q \ php -q \
-d disable_classes= \ -d disable_classes= \
......
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