mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Change RC folder caps
This commit is contained in:
@@ -50,7 +50,7 @@ FINALDEST=$DEST/images
|
||||
if [[ "${MAKE_FOLDERS}" == yes ]]; then
|
||||
|
||||
if [[ "$RC" == yes ]]; then
|
||||
FINALDEST=$DEST/images/"${BOARD}"/RC
|
||||
FINALDEST=$DEST/images/"${BOARD}"/rc
|
||||
elif [[ "$BETA" == yes ]]; then
|
||||
FINALDEST=$DEST/images/"${BOARD}"/nightly
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user