Skip to content

Commit ea591d4

Browse files
author
Till Brehm
committed
Update ispconfig_update.php
1 parent 63ae407 commit ea591d4

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'. \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: 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";
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)