8000 fix · docker-web/docker-web@24f4083 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24f4083

Browse files
author
valere
committed
fix
1 parent e07385d commit 24f4083

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/apps/backup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
BACKUP() {
2-
local PATH_BACKUP_APP=$PATH_DOCKERWEB_BACKUP/$1
3-
mkdir -p $PATH_BACKUP_APP
4-
52
# test
63
# if app exist
74
APP_STATE=$(GET_STATE $1)
85
if [ -n "$APP_STATE" ]
96
then
107
echo "[*] backup $1"
8+
9+
local PATH_BACKUP_APP=$PATH_DOCKERWEB_BACKUP/$1
10+
mkdir -p $PATH_BACKUP_APP
1111
cd $PATH_DOCKERWEB_APPS/$1 && tar czf $PATH_BACKUP_APP/app.tar.gz *
1212

1313
# 0. up and down

src/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export DOCKERWEB_VERSION="24.8.1"
1+
export DOCKERWEB_VERSION="24.8.2"
22
export GITHUB_DOCKERWEB="https://github.com/docker-web/docker-web"
33
export PATH_DOCKERWEB=~/docker-web
44
export PATH_DOCKERWEB_APPS=$PATH_DOCKERWEB/apps

0 commit comments

Comments
 (0)
0