diff options
-rwxr-xr-x | .local/bin/cpcfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/cpcfg b/.local/bin/cpcfg index 656d201e..ae1c41cc 100755 --- a/.local/bin/cpcfg +++ b/.local/bin/cpcfg @@ -1,5 +1,6 @@ #!/bin/sh +# some dotfiles file permissions are different than normal root:root file, need chown sudo cp -i -- "$XDG_CONFIG_HOME/myconf/pacman.conf" /etc/ sudo cp -i -- "$XDG_CONFIG_HOME/myconf/locale.gen" /etc/ sudo mkdir -p /etc/uwsgi/ || exit |