Skip to content

Commit f36488b

Browse files
committed
typo
1 parent a02e2d5 commit f36488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function update($event_name, $data) {
662662
$app->log('Renaming existing directory in new docroot location. mv '.$data['new']['document_root'].' '.$data['new']['document_root'].'_bak_'.date('Y_m_d_H_i_s'), LOGLEVEL_DEBUG);
663663
}
664664

665-
//* Unmount the old log directory bfore we move the log dir
665+
//* Unmount the old log directory before we move the log dir
666666
$app->system->exec_safe('umount -l ?', $data['old']['document_root'].'/log');
667667

668668
//* Create new base directory, if it does not exist yet

0 commit comments

Comments
 (0)