Skip to content
Snippets Groups Projects
Commit 2b7734d3 authored by micah's avatar micah :speech_balloon:
Browse files

resolve whitespace warning

parent 64edfccf
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ if [ "$dbusername" != "" -a "$dbpassword" != "" ]
then
if [ $usevserver = yes ]
then
home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
else
home=`getent passwd "root" | @AWK@ -F: '{print $6}'`
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment