Skip to content

Commit 842bf55

Browse files
author
Marius Cramer
committed
Missing "exit" on patch tool when patch is missing
1 parent 6c16276 commit 842bf55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/scripts/ispconfig_patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ echo "Please enter the patch id that you want to be applied to your ISPConfig in
102102

103103
if(!is_installed('patch')) {
104104
swriteln("The program 'patch' is missing on your server. Please install it and try again.");
105+
exit;
105106
}
106107

107108
$patch_id = simple_query('Enter patch id', false, '');

0 commit comments

Comments
 (0)