Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

fix for small bug file/start.sh #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix for small bug file/start.sh #15

wants to merge 2 commits into from

Commits on Jun 5, 2018

  1. small fix inside file/start.sh

    $PID is not defined.
    
    $dovecot_pid is the right var here
    gfiasco authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    b5f3919 View commit details
    Browse the repository at this point in the history
  2. another small fix

    the number of the pid needs to be checked only once.
    
    in fact if the pid dies the folder /proc/[0-9]*/ will be removed and your loop will break 
    
    which is what should happen if the process die
    gfiasco authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f1ce843 View commit details
    Browse the repository at this point in the history