summaryrefslogtreecommitdiff
path: root/0.2.3/setup.sh
blob: c5e369e1d2a4c435cddc0f05e8d2adcd73e96a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/sh
mkdir data
mkdir data/logs
chmod 777 data/logs
mkdir data/msgs
chmod 777 data/msgs
mkdir data/logs/ow
chmod 777 data/logs/ow
mkdir data/user
chmod 777 data/user
mkdir data/user/counts
chmod 777 data/user/counts
mkdir data/user/options
chmod 777 data/user/options
mkdir data/user/profiles
chmod 777 data/user/profiles
mkdir data/user/gbooks
chmod 777 data/user/gbooks
mkdir data/online
chmod 777 data/online
mkdir data/online/rooms
chmod 777 data/online/rooms
mkdir data/online/users
chmod 777 data/online/users
mkdir data/online/ident
chmod 777 data/online/ident
mkdir data/htdocs
chmod 777 data/htdocs
mv help_html data/htdocs
mv logs_html data/htdocs
chmod 777 data/htdocs/*
chmod 777 *
mkdir dokus/
mv *.txt dokus/
mkdir ../../htdocs/yChat/
mv *.gif ../../htdocs/yChat/
mv *.jpg ../../htdocs/yChat/
echo
echo yChat Setup beendet ...
echo Created and copyrighted by Paul C. Bütow aka Snooper
echo
rm setup.sh