2
0
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:
GONG Jie
2017-12-31 23:59:59 +00:00
parent d0f943a342
commit 659678bfc1

View File

@ -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\";