u
This commit is contained in:
@@ -65,6 +65,7 @@ create_dir() {
|
|||||||
|
|
||||||
if ! [ -d "$_directory" ]
|
if ! [ -d "$_directory" ]
|
||||||
then
|
then
|
||||||
|
echo ""
|
||||||
echo "error: unable to created the directory '${_directory}'"
|
echo "error: unable to created the directory '${_directory}'"
|
||||||
echo "failed command: '${mkdir_command}'"
|
echo "failed command: '${mkdir_command}'"
|
||||||
fi
|
fi
|
||||||
@@ -341,7 +342,7 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
|
|
||||||
# onedrive-gui
|
# onedrive-gui
|
||||||
file_name=profiles
|
file_name=profiles
|
||||||
file_path=/home/${system_user}/.config/onedrive-gui
|
file_path=/home/${system_user}/.config/onedrive\-gui
|
||||||
create_dir ${file_path}
|
create_dir ${file_path}
|
||||||
deploy_file "${dots_trg}/onedrive-gui/${file_name}" "${file_path}/${file_name}"
|
deploy_file "${dots_trg}/onedrive-gui/${file_name}" "${file_path}/${file_name}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user