From 5a5eb83345519d3845541444bebdc372dfae1849 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Mon, 28 Nov 2022 15:59:36 -0600 Subject: [PATCH] Syntax fix --- base/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.profile b/base/.profile index 8d909104..44fb2906 100755 --- a/base/.profile +++ b/base/.profile @@ -264,7 +264,7 @@ _ps1bash() { # Add hostname prefix in SSH sessions unset _prefix # Get the system hostname - if [ -f /etc/hostname ] + if [ -f /etc/hostname ]; then _hostname="$(