diff options
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 411b2108..72d92663 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -166,7 +166,7 @@ if [ -f /proc/mdstat -a -f /etc/raidtab -a -x /sbin/raidadd ]; then if [ $rc = 0 ]; then raidrun -a - rc = $? + rc=$? fi # A non-zero return means there were problems. |