Skip to content

Commit d5b5d44

Browse files
author
Till Brehm
committed
Changed warning message for git version update.
1 parent b509d00 commit d5b5d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/scripts/ispconfig_update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ 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'. \nThe update from svn is only for development systems and may break your current setup.\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: Update all slave server, before you update master server.\n\n";
9090

91-
$method = simple_query('Select update method', array('stable', 'svn'), 'stable');
91+
$method = simple_query('Select update method', array('stable', 'git'), 'stable');
9292

9393
if($method == 'stable') {
9494
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt') or die('Unable to retrieve version file.');

0 commit comments

Comments
 (0)