SHA256
change error message
This commit is contained in:
+1
-1
@@ -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!"
|
||||||
|
|||||||
Reference in New Issue
Block a user