|
|
@ -89,6 +89,8 @@ if [ ! -d "$path/backup/database" ]; then mkdir "$path/backup/database"; fi |
|
|
|
if [ ! -d "$path/bin" ]; then mkdir "$path/bin"; fi |
|
|
|
if [ ! -d "$path/bin/postscripts" ]; then mkdir "$path/bin/postscripts"; fi |
|
|
|
if [ ! -d "$path/bin/postscripts/plugins" ]; then mkdir "$path/bin/postscripts/plugins"; fi |
|
|
|
if [ ! -d "$path/bin/includes" ]; then mkdir "$path/bin/includes"; fi |
|
|
|
if [ ! -d "$path/bin/includes/plugins" ]; then mkdir "$path/bin/includes/plugins"; fi |
|
|
|
if [ ! -d "$path/etc" ]; then mkdir "$path/etc"; fi |
|
|
|
if [ ! -d "$path/etc/plugins" ]; then mkdir "$path/etc/plugins"; fi |
|
|
|
if [ ! -d "$path/shared" ]; then mkdir "$path/shared"; fi |
|
|
|