Skip to content

Commit

Permalink
fix: fix typo in tools_dir var, Line171 (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan authored Sep 17, 2023
1 parent 7084fd8 commit f02179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/postrename/filesystem/root/postrename
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fix_mainsailcfg_links() {

fix_cn_links() {
local tools_dir
tools_dir="/home/${DEFAULT_USER}/crowsnest/tools/"
tools_dir="/home/${DEFAULT_USER}/crowsnest/tools"
sudo -u "${DEFAULT_USER}" \
ln -sf "${tools_dir}/libs/pkglist-rpi.sh" "${tools_dir}/pkglist.sh"
}
Expand Down

0 comments on commit f02179d

Please sign in to comment.