From f3870d98b73a8890f145a2b9c60d72321e3ab83b Mon Sep 17 00:00:00 2001 From: wallaceosmar Date: Sat, 23 Nov 2024 20:25:21 +0000 Subject: [PATCH] Atualizar install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 2f8e982..79199fb 100644 --- a/install.sh +++ b/install.sh @@ -48,6 +48,7 @@ ensure_data_directory() { if [ ! -d "$DATA_DIR" ]; then echo "Creating directory $DATA_DIR..." mkdir -p "$DATA_DIR" + mkdir -p "$DATA_DIR/{logs,ssh,applications,databases,services,backups}" echo "Directory $DATA_DIR created successfully." fi }