mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
simplify reboot-required
This commit is contained in:
parent
86abfdc0fa
commit
e079e4b8fe
1 changed files with 1 additions and 3 deletions
|
@ -18,6 +18,4 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
if [ -e /var/run/reboot-required ]; then
|
[ -e /var/run/reboot-required ] && echo "(@)"
|
||||||
echo "(@)"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue