We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff812c commit 67cae4aCopy full SHA for 67cae4a
1 file changed
server/scripts/ispconfig_update.php
@@ -96,7 +96,7 @@ function simple_query($query, $answers, $default)
96
if($new_version != ISPC_APP_VERSION) {
97
passthru('/usr/local/ispconfig/server/scripts/update_from_tgz.sh');
98
} else {
99
- echo "There are no updates available.\n";
+ echo "There are no updates available for ISPConfig ".ISPC_APP_VERSION."\n";
100
}
101
102
passthru('/usr/local/ispconfig/server/scripts/update_from_svn.sh');
0 commit comments