commit 8b5919f7f2b79bfb95e1cb4b03db6d56b01a56cd
parent f6ba8afa45eb308231b195fc3152a6ca0cb61539
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 26 Jul 2022 18:05:55 +0200
Heredoc syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install
@@ -38,7 +38,7 @@ install_to_all() {
cat >motd <<EOF
Welcome to $(<conf/static/etc/hostname)!
This system has configuration managed in $orig_cwd (last change on $(GIT_DIR=$orig_cwd/.git git show -s --pretty=format:%ai by %an))
-EOF || exit $?
+EOF
}
typeset -f -t install_to_all