mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 13:35:32 +00:00
Remove trailing spaces in file xCAT-server/sbin/makenamed.conf
This commit is contained in:
@ -28,10 +28,10 @@ is_lsb_ubuntu ()
|
||||
}
|
||||
|
||||
|
||||
DIRECTORY=/var/named
|
||||
DIRECTORY=/var/named
|
||||
|
||||
if [ -f /etc/SuSE-release ]; then
|
||||
DIRECTORY=/var/lib/named
|
||||
DIRECTORY=/var/lib/named
|
||||
fi
|
||||
FILE=/etc/named.conf
|
||||
|
||||
@ -44,7 +44,7 @@ if [ -f $FILE ]; then
|
||||
cp -f $FILE ${FILE}.ORIG
|
||||
fi
|
||||
if [ ! -d $DIRECTORY ]; then
|
||||
mkdir $DIRECTORY
|
||||
mkdir $DIRECTORY
|
||||
fi
|
||||
echo "options {
|
||||
directory \"$DIRECTORY\";
|
||||
|
Reference in New Issue
Block a user