You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.5/1_ac_install_disk/1-migrate/net-misc/networkmanager/copy_wifi

9 lines
197 B

# Calculate exec=/bin/bash
grep -l type=wifi /etc/NetworkManager/system-connections/* 2>/dev/null | while read fn
do
cp "$fn" #-cl_chroot_path-#/etc/NetworkManager/system-connections/
done
true