Changeset 51 for bootstrapper


Ignore:
Timestamp:
Jun 9, 2014, 10:39:13 AM (10 years ago)
Author:
alloc
Message:

Bootstrapper / updatescripts: Do not change permissions of directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r48 r51  
    11#!/bin/bash
    2 VERSION=2
     2VERSION=3
    33
    44if [ `id -u` -ne 0 ]; then
     
    150150        echo -e "Downloading and installing management scripts\n"
    151151        wget -nv http://illy.bz/fi/7dtd/management_scripts.tar.gz -O /tmp/management_scripts.tar.gz
    152         tar --touch -xzf /tmp/management_scripts.tar.gz -C /
     152        tar --touch --no-overwrite-dir -xzf /tmp/management_scripts.tar.gz -C /
    153153
    154154        chown root.root /etc/7dtd.conf
Note: See TracChangeset for help on using the changeset viewer.