Skip to content

Commit

Permalink
Fix comments wrt. /etc/xen-tools/skel/
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Aug 3, 2017
1 parent 326bd72 commit 422f682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hooks/common/60-copy-host-files
@@ -1,7 +1,6 @@
#!/bin/sh
#
# Copy files from a 'skel' directory, if present, into the
# new images
# Copy some specific files from host nachine into the new images
#


Expand Down
2 changes: 1 addition & 1 deletion hooks/common/65-copy-user-files
Expand Up @@ -38,7 +38,7 @@ if [ -d /etc/xen-tools/skel ]; then

else

logMessage skel directory, /etc/xen-tools/skell, not present ignoring.
logMessage skel directory, /etc/xen-tools/skel, not present ignoring.

fi

Expand Down

0 comments on commit 422f682

Please sign in to comment.