diff options
| author | Chris Lumens <clumens@redhat.com> | 2005-10-10 16:51:03 +0000 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2005-10-10 16:51:03 +0000 |
| commit | b665c7349e3b75de4fc7dd37c3ba2be2fe73903b (patch) | |
| tree | 3122717677412a322ed6f8eae679a534cc5ae895 /scripts | |
| parent | a32cff9ad1c9468305fb98b8a01c54df3a8b5c9c (diff) | |
Add a fi.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 1a565ed6b..b0e2762ed 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -965,7 +965,8 @@ if [ -e $DEST/etc/selinux/targeted ]; then SELINUX=permissive SELINUXTYPE=targeted EOF -cp $DEST/etc/selinux/config $DESTGR/etc/selinux/config + cp $DEST/etc/selinux/config $DESTGR/etc/selinux/config +fi echo "Creating nsswitch.conf" cat > $DEST/etc/nsswitch.conf <<EOF |
