diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-02-22 12:21:20 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-02-22 12:21:20 +0100 |
| commit | a251f3dc45cb15d6c094258792191cde3a5d2422 (patch) | |
| tree | fbe88aa08ff4647ef4daa50d8937beaefc3ae0df /.local/hosts/x61s/etc/local.d/xdg.start | |
| parent | 5531d444710020672b38149ae1b453a02f2ed0cb (diff) | |
update
Diffstat (limited to '.local/hosts/x61s/etc/local.d/xdg.start')
| -rwxr-xr-x | .local/hosts/x61s/etc/local.d/xdg.start | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/hosts/x61s/etc/local.d/xdg.start b/.local/hosts/x61s/etc/local.d/xdg.start new file mode 100755 index 0000000..d2002a3 --- /dev/null +++ b/.local/hosts/x61s/etc/local.d/xdg.start @@ -0,0 +1,6 @@ +#!/bin/sh +d=/run/user/1000 +rm -rf $d +mkdir -p $d +chown marc:marc $d +chmod 700 $d |
