Skip to content

Commit 4cc64c9

Browse files
committed
fix storage app not exist
1 parent f2c4475 commit 4cc64c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/updatePanel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if [ "$backup_confirm" != "y" ]; then
6060
fi
6161

6262
backup_dir="$install_dir/backup"
63-
mkdir -p "$backup_dir"
63+
mkdir -p "$backup_dir/storage/app"
6464

6565
cp -a "$env_file" "$backup_dir/.env.backup"
6666
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)