Skip to content

Commit db71b22

Browse files
author
Till Brehm
committed
Merge branch 'install-strings' into 'develop'
stable-3.1 -> develop See merge request ispconfig/ispconfig3!1080
2 parents cf9c6c9 + ea591d4 commit db71b22

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ISPConfig - Hosting Control Panel
22

3-
Nightly (master): [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/master/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/master)
4-
Stable branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/stable-3.1/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/stable-3.1)
3+
Development branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/develop/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/develop)
54

65

76
- Manage multiple servers from one control panel
@@ -11,4 +10,4 @@ Stable branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig
1110
- Virtualization (OpenVZ)
1211
- Administrator, reseller and client login
1312
- Configuration mirroring and clusters
14-
- Open Source software (BSD license)
13+
- Open Source software (BSD license)

server/scripts/ispconfig_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function simple_query($query, $answers, $default)
8686
|___/ ";
8787
echo "\n".str_repeat('-', 80)."\n";
8888
echo "\n\n>> Update \n\n";
89-
echo "Please choose the update method. For production systems select 'stable'. \nWARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!\nNote: Update all slave server, before you update master server.\n\n";
89+
echo "Please choose the update method. For production systems select 'stable'. \nWARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!\nNote: On Multiserver systems, enable maintenance mode and update your master server first. Then update all slave servers, and disable maintenance mode when all servers are updated.\n\n";
9090

9191
$method = simple_query('Select update method', array('stable', 'nightly', 'git-develop'), 'stable');
9292

0 commit comments

Comments
 (0)