summaryrefslogtreecommitdiff
path: root/src/aif-test.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-22 21:51:56 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-22 21:51:56 +0200
commit6b8db9042c97d203e2191573cfba4c20afd2c275 (patch)
tree8caf10faff443303e81e71a33191a646efcfcd55 /src/aif-test.sh
parent9f6a204d7383324974af67eb3cc4c93b426b6170 (diff)
typo syntax fix
Diffstat (limited to 'src/aif-test.sh')
-rwxr-xr-xsrc/aif-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aif-test.sh b/src/aif-test.sh
index 4229495..f9b673c 100755
--- a/src/aif-test.sh
+++ b/src/aif-test.sh
@@ -24,7 +24,7 @@ $test_dir/setup_test.sh || fail=1
cp $test_dir/perform_test.sh /mnt/etc/rc.d/perform_test || fail=1
# make sure the test will run on the target system
-sed -i's#DAEMONS=(\(.*\))#DAEMONS=(\1 perform_test)#' /mnt/etc/rc.conf || fail=1
+sed -i 's#DAEMONS=(\(.*\))#DAEMONS=(\1 perform_test)#' /mnt/etc/rc.conf || fail=1
[ "$fail" == '1' ] && echo "Something failed. will not reboot" >&2 && exit 3