mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-19 13:04:00 +05:30
Fixes for permissions scripts
This commit is contained in:
parent
c0f7854c2c
commit
bef375ef43
2 changed files with 15 additions and 14 deletions
|
@ -23,5 +23,5 @@ else
|
|||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
fi
|
||||
pushd $SCRIPT_DIR &> /dev/null;
|
||||
chown -R 1000:users .;
|
||||
sudo chown -R 1000:users .;
|
||||
popd &> /dev/null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue