This commit is contained in:
parent
469102b6c6
commit
d931bcfc9a
|
|
@ -64,10 +64,10 @@ EOF
|
||||||
|
|
||||||
# enforce correct permissions
|
# enforce correct permissions
|
||||||
chmod 750 "/home/tt/"
|
chmod 750 "/home/tt/"
|
||||||
chmod 750 "/home/tt/.cache/"
|
chmod 750 "/home/tt/.cache/" || true
|
||||||
chmod 750 "/home/tt/.cache/joj3"
|
chmod 750 "/home/tt/.cache/joj3" || true
|
||||||
|
chmod 700 "/home/tt/.ssh/" || true
|
||||||
chmod 700 "/home/tt/.config/"
|
chmod 700 "/home/tt/.config/"
|
||||||
chmod 700 "/home/tt/.ssh/"
|
|
||||||
|
|
||||||
# commit config changes
|
# commit config changes
|
||||||
git -C "$config_repo_path" add home/tt/.config/joj
|
git -C "$config_repo_path" add home/tt/.config/joj
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user