Ignore:
Timestamp:
Jul 9, 2014, 12:45:13 AM (10 years ago)
Author:
alloc
Message:

Bootstrapper v4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r51 r65  
    11#!/bin/bash
    2 VERSION=3
     2VERSION=4
    33
    44if [ `id -u` -ne 0 ]; then
     
    159159        chown root.root /etc/init.d/7dtd.sh
    160160        chown root.root /etc/bash_completion.d/7dtd
     161        chown root.root /etc/cron.d/7dtd-backup
    161162        chown root.root /usr/local/bin/7dtd.sh
    162163        chown root.root /usr/local/lib/7dtd -R
    163164        chmod 0755 /etc/init.d/7dtd.sh
    164165        chmod 0755 /etc/bash_completion.d/7dtd
     166        chmod 0755 /etc/cron.d/7dtd-backup
    165167        chmod 0755 /usr/local/bin/7dtd.sh
    166168        chmod 0755 /usr/local/lib/7dtd -R
Note: See TracChangeset for help on using the changeset viewer.