Changeset ec51ffa in OpenWorkouts-current for bin/install


Ignore:
Timestamp:
Feb 18, 2019, 5:06:49 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
b5d87e0
Parents:
1d8d5cd
Message:

Fixed creationg of the mail queue maildir by the install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    r1d8d5cd rec51ffa  
    8989    # queue mails.
    9090    echo "Creating mail spool directory ${mail_queue_path}"
    91     mkdir -p ${mail_queue_path}/{new,cur,tmp} >> ${install_log}.stdout 2>> ${install_log}.stderr
     91    mkdir -p ${mail_queue_path}/new >> ${install_log}.stdout 2>> ${install_log}.stderr
     92    mkdir -p ${mail_queue_path}/tmp >> ${install_log}.stdout 2>> ${install_log}.stderr
     93    mkdir -p ${mail_queue_path}/cur >> ${install_log}.stdout 2>> ${install_log}.stderr
    9294}
    9395
Note: See TracChangeset for help on using the changeset viewer.