Skip to content

Commit 67cae4a

Browse files
committed
Added version number to installer text.
1 parent 1ff812c commit 67cae4a

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
@@ -96,7 +96,7 @@ function simple_query($query, $answers, $default)
9696
if($new_version != ISPC_APP_VERSION) {
9797
passthru('/usr/local/ispconfig/server/scripts/update_from_tgz.sh');
9898
} else {
99-
echo "There are no updates available.\n";
99+
echo "There are no updates available for ISPConfig ".ISPC_APP_VERSION."\n";
100100
}
101101
} else {
102102
passthru('/usr/local/ispconfig/server/scripts/update_from_svn.sh');

0 commit comments

Comments
 (0)