Skip to content

Commit

Permalink
fix(rhino*core): make cd - quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Dec 12, 2023
1 parent 87f0066 commit 7f6c47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/rhino-core/rhino-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null
sudo rm "${i}"
sudo wget -q https://raw.githubusercontent.com/oklopfer/debs/master/logos/rhino-text.png -O "${i}"
done
cd -
cd - > /dev/null
}
2 changes: 1 addition & 1 deletion packages/rhino-pine-core/rhino-pine-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null
sudo rm "${i}"
sudo wget -q https://raw.githubusercontent.com/oklopfer/debs/master/logos/rhino-text.png -O "${i}"
done
cd -
cd - > /dev/null
if [[ -f /usr/bin/enable-modem ]]; then
echo 'START_DAEMON="true"
USBAUTO="true"
Expand Down
2 changes: 1 addition & 1 deletion packages/rhino-server-core/rhino-server-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null
sudo rm "${i}"
sudo wget -q https://raw.githubusercontent.com/oklopfer/debs/master/logos/rhino-text.png -O "${i}"
done
cd -
cd - > /dev/null
}
2 changes: 1 addition & 1 deletion packages/rhino-ubxi-core/rhino-ubxi-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null
sudo rm "${i}"
sudo wget -q https://raw.githubusercontent.com/oklopfer/debs/master/logos/rhino-text.png -O "${i}"
done
cd -
cd - > /dev/null
}

0 comments on commit 7f6c47e

Please sign in to comment.