1 changed files with 1 additions and 3 deletions
@ -1,6 +1,4 @@ |
|||
#!/bin/bash -e |
|||
|
|||
echo "Installing connection-details" |
|||
|
|||
chmod +x files/connection-details |
|||
cp files/connection-details "${ROOTFS_DIR}"/usr/local/bin/connection-details |
|||
install -m 755 files/connection-details "${ROOTFS_DIR}"/usr/local/bin/connection-details |
|||
|
Loading…
Reference in new issue