Persarce commited on
Commit
f087430
·
verified ·
1 Parent(s): 2d972cf

Update launch.sh

Browse files
Files changed (1) hide show
  1. launch.sh +1 -1
launch.sh CHANGED
@@ -68,7 +68,7 @@ function init() {
68
  rm -rf data
69
  ln -s history data
70
 
71
- cp -r config/settings.json history/default-user/settings.json
72
  ln -s history/default-user/settings.json data/default-user/settings.json
73
 
74
  rm -r secrets.json
 
68
  rm -rf data
69
  ln -s history data
70
 
71
+ # cp -r config/settings.json history/default-user/settings.json
72
  ln -s history/default-user/settings.json data/default-user/settings.json
73
 
74
  rm -r secrets.json