u
This commit is contained in:
@@ -104,6 +104,8 @@ deploy_file() {
|
||||
chmod 755 ${_trg_path}/*.sh
|
||||
elif [[ ${file_name_trg} == "bin" ]] ; then
|
||||
chmod 755 ${_trg_path}/*
|
||||
elif [[ ${file_name_trg} == "wms" ]] ; then
|
||||
chmod 755 ${_trg_path}/*
|
||||
fi
|
||||
|
||||
ls -al ${_trg_path}
|
||||
@@ -245,7 +247,6 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||
|
||||
# lemurs (display/login manager)
|
||||
file_name=config
|
||||
file_path=/etc/lemurs/wms
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/lemurs/*" "${file_path}/"
|
||||
|
||||
Reference in New Issue
Block a user