Skip to content
Snippets Groups Projects
Verified Commit 051371f0 authored by Max Rees's avatar Max Rees
Browse files

system/sysvinit: remove &> from upgrade script

parent 0260e9bc
No related branches found
No related tags found
1 merge request!293Purge bashisms, adduser, and addgroup from packages.git
......@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=sysvinit
pkgver=2.88
pkgrel=6
pkgrel=7
pkgdesc="System V-style init programs"
url="https://savannah.nongnu.org/projects/sysvinit"
arch="all"
......
#!/bin/sh
/sbin/telinit U &> /dev/null
/sbin/telinit U >/dev/null 2>&1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment