dbarzin / pandora-box

USB Scanning device
GNU General Public License v3.0
20 stars 2 forks source link

cp: missing file operand #3

Closed Foxi352 closed 2 years ago

Foxi352 commented 2 years ago

./install.sh yells multiple lines with:

cp: missing file operand
Try 'cp --help' for more information.

To fix change: su - $SUDO_USER -c "cd pandora; for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done" to: su - $SUDO_USER -c "cd ~/pandora; for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done"

dbarzin commented 2 years ago

Fixed !