fix statement

This commit is contained in:
udeved 2014-12-08 22:49:34 +01:00
parent c956d6da8a
commit 3306b86bd3

View file

@ -329,7 +329,7 @@ make_de_image() {
# copy over manjaro-tools.conf
[[ ! -d ${mtools} ]] && mkdir ${mtools}
if [[ -f $USER_HOME/.config/.manjaro-tools.conf ]]
if [[ -f $USER_HOME/.config/.manjaro-tools.conf ]]; then
cp $USER_HOME/.config/.manjaro-tools.conf ${mtools}/.manjaro-tools.conf
else
cp /etc/manjaro-tools/manjaro-tools.conf ${mtools}/.manjaro-tools.conf