Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Oct 10, 2023
1 parent ecb37a6 commit 6286494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pluginable.php
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public function update_core() {
if ( $hestia != $last_hestia ) {
$this->log( 'HestiaCP core updated from ' . $last_hestia . ' to ' . $hestia );
$cmd = 'cd /etc/hestiacp/hooks && /etc/hestiacp/hooks/post_install.sh && service hestia restart';
$cmd = $this->do_action( 'hccp_update_core_cmd', $cmd );
$cmd = $this->do_action( 'hcpp_update_core_cmd', $cmd );
shell_exec( $cmd );
}
file_put_contents( '/usr/local/hestia/data/hcpp/last_hestia.txt', $hestia );
Expand Down

0 comments on commit 6286494

Please sign in to comment.