Skip to content

Commit 18812fe

Browse files
committed
fix(postrename): unconditionally call fix_kiauh_links in postrename-lib
Signed-off-by: Stefan Dej <meteyou@gmail.com>
1 parent 84f6e34 commit 18812fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

modules/generic/files/cloudinit/postrename-lib

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ postrename_apply_all() {
177177
fix_broken_links
178178
fix_timelapse_links
179179
fix_mainsailcfg_links
180-
if [[ -d "/home/${DEFAULT_USER}/kiauh" ]]; then
181-
fix_kiauh_links
182-
fi
180+
fix_kiauh_links
183181
echo -e "${WHITE}Reloading systemd ...${NOC}"
184182
systemctl daemon-reload
185183
sleep 2

0 commit comments

Comments
 (0)