Skip to content

Commit 1e2286c

Browse files
author
xaver
committed
Fix #1039 - Add information in update for update slave server first
1 parent dabbbf6 commit 1e2286c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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'. \nThe update from svn is only for development systems and may break your current setup.\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";
9090

9191
$method = simple_query('Select update method', array('stable','svn'), 'stable');
9292

0 commit comments

Comments
 (0)