- rem unnecessary mkdir

This commit is contained in:
committer
2024-08-26 08:08:13 -05:00
parent 2783982f1d
commit 193eb67e4d

View File

@@ -441,7 +441,6 @@ if [ ${operation} == "dots+" ] ; then
# chowning
# ----------
share_dir=/home/${system_user}/.local/share
create_dir ${file_path}
chown ${system_user}:${system_user} ${share_dir}
chown ${system_user}:${system_user} ${share_dir}/*