Skip to content

Commit dfc4254

Browse files
committed
RC up
1 parent 808c0b8 commit dfc4254

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.update/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Available DietPi version
44
G_REMOTE_VERSION_CORE=9
55
G_REMOTE_VERSION_SUB=13
6-
G_REMOTE_VERSION_RC=0
6+
G_REMOTE_VERSION_RC=1
77
# Minimum DietPi version to allow update
88
G_MIN_VERSION_CORE=7
99
G_MIN_VERSION_SUB=0

dietpi/func/dietpi-globals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# - Assign defaults/code version as fallback
5656
[[ $G_DIETPI_VERSION_CORE ]] || G_DIETPI_VERSION_CORE=9
5757
[[ $G_DIETPI_VERSION_SUB ]] || G_DIETPI_VERSION_SUB=13
58-
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=0
58+
[[ $G_DIETPI_VERSION_RC ]] || G_DIETPI_VERSION_RC=1
5959
[[ $G_GITBRANCH ]] || G_GITBRANCH='master'
6060
[[ $G_GITOWNER ]] || G_GITOWNER='MichaIng'
6161
# - Save current version and Git branch
@@ -151,7 +151,7 @@ $(ps f -eo pid,user,tty,cmd | grep -i 'dietpi')" && continue
151151
trap 'G_EXIT' EXIT
152152

153153
# Create and navigate to scripts working directory or users home if available: https://github.com/MichaIng/DietPi/issues/905#issuecomment-298223705
154-
mkdir -p "$G_WORKING_DIR" && cd "$G_WORKING_DIR" && return
154+
mkdir -p "$G_WORKING_DIR" && cd "$G_WORKING_DIR" && return 0
155155
G_DIETPI-NOTIFY 1 "Failed to create or enter scripts working directory: $G_WORKING_DIR. Aborting ..."
156156
exit 1
157157

0 commit comments

Comments
 (0)