Skip to content

Commit 6eb2af0

Browse files
committed
1 parent e2ef16a commit 6eb2af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
$inst->install_ispconfig();
178178

179179
//** Configure Crontab
180-
$update_crontab_answer = $inst->simple_query('Reconfigure Services?', array('yes','no'),'yes');
180+
$update_crontab_answer = $inst->simple_query('Reconfigure Crontab?', array('yes','no'),'yes');
181181
if($update_crontab_answer == 'yes') {
182182
swriteln('Updating Crontab');
183183
$inst->install_crontab();

0 commit comments

Comments
 (0)