Browse Source

:fire: remove linux init script

Jeremy Zheng 5 years ago
parent
commit
212f687d4c
1 changed files with 0 additions and 21 deletions
  1. 0 21
      linux.sh

+ 0 - 21
linux.sh

@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-declare -a folders=(
-    "appdata"
-    "user"
-    "palihtml"    
-    "dicttext"
-    "palicsv"
-    "temp"
-    "log"    
-)
-
-for i in "${folders[@]}"
-do
-    mkdir -pv $i
-    sudo chown -R www-data:www-data $i    
-done
-
-exit 0