Skip to content

Commit

Permalink
fix: fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Sep 29, 2023
1 parent 29a22e4 commit 09caf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mainsailos/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "${DIST_NAME} release ${DIST_VERSION} ($(get_parent))" > /etc/"${DIST_NAME,
### aaaa-release, which is directly read by moonraker.
if [[ -f "/etc/armbian-release" ]]; then
echo_green "Apply release file workaround ..."
ln -s /etc/aaaa-release /etc/"${DIST_NAME,,}"-release
ln -s /etc/"${DIST_NAME,,}"-release /etc/aaaa-release
fi
## END Step 2

Expand Down

0 comments on commit 09caf30

Please sign in to comment.