change error message

This commit is contained in:
2026-08-22 02:05:17 +02:00
parent c245c4fa1e
commit 37dbf61f07
+1 -1
View File
@@ -46,6 +46,6 @@ if (( $? != 0 )); then
exit $rc exit $rc
fi fi
! mv "$TMPDIR/pbc" /usr/local/bin/pbc && echo 'Error moving pbc to /usr/local/bin/pbc !' >&2 && exit 20 ! mv "$TMPDIR/pbc" /usr/local/bin/pbc && echo 'Error moving file!' >&2 && exit 20
echo "Success!" echo "Success!"