diff --git a/hooks/debian/60-copy-host-files b/hooks/debian/60-copy-host-files index 1bd59d3..d7ba682 100755 --- a/hooks/debian/60-copy-host-files +++ b/hooks/debian/60-copy-host-files @@ -19,7 +19,7 @@ use File::Copy; my $prefix = shift; -die "Prefix must be given" unless defined( $prefix ); +die "Prefix must be given" unless defined( $prefix ); die "Prefix must be a directory" unless ( -d $prefix ); diff --git a/hooks/debian/70-install-ssh b/hooks/debian/70-install-ssh index fbfaa2f..f5daa0a 100755 --- a/hooks/debian/70-install-ssh +++ b/hooks/debian/70-install-ssh @@ -1,8 +1,9 @@ #!/bin/sh # -# This script installs OpenSSH upon the new system. It must make sure -# that the server is not running before it exits - otherwise the temporary -# mounted directory will not be unmountable. +# This script installs OpenSSH upon the new system. +# +# It must make sure that the server is not running before it exits +# otherwise the temporary mounted directory will not be unmountable. # # Steve # -- diff --git a/hooks/debian/80-install-modules b/hooks/debian/80-install-modules index be9de8c..10a6b4e 100755 --- a/hooks/debian/80-install-modules +++ b/hooks/debian/80-install-modules @@ -13,7 +13,6 @@ prefix=$1 -dist=$2