Skip to content

Commit

Permalink
Option -h needed for symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlenstedt committed Mar 14, 2023
1 parent d62036d commit 94fe22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/loxberryupdate/update_v3.0.0.2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
LOGINF "Repairing broken Symlink for USB mount";
unlink ("$lbhomedir/system/storage/usb");
execute( command => "ln -vsfn /media/usb $lbhomedir/system/storage/usb", log => $log );
execute( command => "chown loxberry:loxberry $lbhomedir/system/storage/usb", log => $log );
execute( command => "chown -h loxberry:loxberry $lbhomedir/system/storage/usb", log => $log );

LOGINF "Removing dhcpd5";
apt_remove("dhcpcd5");
Expand Down

0 comments on commit 94fe22e

Please sign in to comment.