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 4070036 commit 99768b5Copy full SHA for 99768b5
server/scripts/update_from_dev_stable.sh
@@ -14,8 +14,8 @@ wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/rep
14
tar xzf ispconfig3-dev.tar.gz
15
16
echo -n "Latest git version: "
17
-ls -1d ispconfig3-master*
18
-cd ispconfig3-master*/install
+ls -1d ispconfig3-stable*
+cd ispconfig3-stable*/install
19
20
php -q \
21
-d disable_classes= \
0 commit comments