mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-17 13:02:42 -05:00
Fix location of echo so that the return code check doesn't always succeed
This commit is contained in:
parent
d3eeda887b
commit
0cf9e44367
@ -12,8 +12,8 @@ rm -r deb_dist >/dev/null 2>&1
|
|||||||
python3 setup.py --command-packages=stdeb.command bdist_deb
|
python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||||
|
|
||||||
# return install instructions if onionshare builds properly
|
# return install instructions if onionshare builds properly
|
||||||
echo ""
|
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
|
echo ""
|
||||||
echo "To install, run:"
|
echo "To install, run:"
|
||||||
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
echo "sudo dpkg -i deb_dist/onionshare_$VERSION-1_all.deb"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user