Changeset 65 for bootstrapper/bootstrap.sh
- Timestamp:
- Jul 9, 2014, 12:45:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r51 r65 1 1 #!/bin/bash 2 VERSION= 32 VERSION=4 3 3 4 4 if [ `id -u` -ne 0 ]; then … … 159 159 chown root.root /etc/init.d/7dtd.sh 160 160 chown root.root /etc/bash_completion.d/7dtd 161 chown root.root /etc/cron.d/7dtd-backup 161 162 chown root.root /usr/local/bin/7dtd.sh 162 163 chown root.root /usr/local/lib/7dtd -R 163 164 chmod 0755 /etc/init.d/7dtd.sh 164 165 chmod 0755 /etc/bash_completion.d/7dtd 166 chmod 0755 /etc/cron.d/7dtd-backup 165 167 chmod 0755 /usr/local/bin/7dtd.sh 166 168 chmod 0755 /usr/local/lib/7dtd -R
Note:
See TracChangeset
for help on using the changeset viewer.