/[sudobot]/trunk/init.sh
ViewVC logotype

Diff of /trunk/init.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 77 by rakin, Mon Jul 29 17:28:30 2024 UTC revision 241 by rakin, Mon Jul 29 17:29:10 2024 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
 mkdir config  
 mkdir logs  
 mkdir tmp  
 mkdir storage  
3    mkdir -p config
4    mkdir -p logs
5    mkdir -p tmp
6    mkdir -p storage
7    
8    touch logs/join-leave.log
9    echo "{}" > config/snippets.json
10    
11    if [ -e config/config.json ]; then
12        exit;
13    fi
14    
15    cp sample-config.json config/config.json

Legend:
Removed from v.77  
changed lines
  Added in v.241

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26