diff options
Diffstat (limited to 'recipes/initscripts/files/finish.sh')
-rw-r--r-- | recipes/initscripts/files/finish.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/initscripts/files/finish.sh b/recipes/initscripts/files/finish.sh new file mode 100644 index 0000000000..4f9f75f47c --- /dev/null +++ b/recipes/initscripts/files/finish.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if ! test -e /etc/.configured; then + > /etc/.configured +fi + |