Skip to content

Commit

Permalink
fix: fix typo in tools_dir var, Line171 (mainsail-crew#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 and miklschmidt committed Feb 25, 2024
1 parent ae4258c commit 7d14c1d
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 7d14c1d

Please sign in to comment.