Skip to content

Commit d27e262

Browse files
committed
Prev. duplicate install/upgrade issues.
1 parent 3281c88 commit d27e262

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pluginable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,9 @@ public function install() {
639639
exec('systemctl enable hcpp_rebooted.service');
640640
echo "Installed hcpp_rebooted.service\n";
641641
} else {
642-
echo "hcpp_rebooted.service already exists. Skipping installation.\n";
642+
echo "hcpp_rebooted.service already exists. Skipping.\n";
643643
}
644+
echo "Install complete";
644645
}
645646

646647
/**

0 commit comments

Comments
 (0)