Skip to content
Snippets Groups Projects
Commit e0e353ce authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

70-update_background_image: We now have rc mirror

parent e6e018e0
No related branches found
No related tags found
No related merge requests found
...@@ -46,12 +46,11 @@ HOST=$(echo $LEHOST | cut -d. -f1) ...@@ -46,12 +46,11 @@ HOST=$(echo $LEHOST | cut -d. -f1)
case "$MIRROR" in case "$MIRROR" in
"stable") "stable")
if test "$HOST" = "le"; then echo "Generating stable version, keeping background untouched."
echo "Generating stable version, keeping background untouched." exit 0
exit 0 ;;
else "rc")
RELEASE="Release Candidate" RELEASE="Release Candidate"
fi
;; ;;
"testing") "testing")
RELEASE="Beta" RELEASE="Beta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment