Changeset 48 for bootstrapper


Ignore:
Timestamp:
Jun 5, 2014, 11:56:22 PM (10 years ago)
Author:
alloc
Message:

Scripts: added about, updatescripts; Bootstrapper: added version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r44 r48  
    11#!/bin/bash
    2 # Version 1
     2VERSION=2
    33
    44if [ `id -u` -ne 0 ]; then
     
    3131
    3232showHelp() {
     33        echo "7dtd bootstrapper version $VERSION"
     34        echo
    3335        echo "Usage: ./bootstrap.sh [-h] [-c] -i"
    3436        echo "Parameters:"
Note: See TracChangeset for help on using the changeset viewer.