Kaballas commited on
Commit
5b92649
·
verified ·
1 Parent(s): 5134d95

Update copy-storage.sh

Browse files
Files changed (1) hide show
  1. copy-storage.sh +3 -0
copy-storage.sh CHANGED
@@ -1,5 +1,8 @@
1
  #!/bin/bash
2
 
 
 
 
3
  # Ensure the backup directory exists
4
  mkdir -p /app/storage-backup/
5
 
 
1
  #!/bin/bash
2
 
3
+ echo "Starting Database backup"
4
+
5
+
6
  # Ensure the backup directory exists
7
  mkdir -p /app/storage-backup/
8