diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-25 17:27:49 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-25 17:27:49 -0700 |
| commit | 7e045c0d3e2e1c48c21e6e0097d49ac7c29c3240 (patch) | |
| tree | d2b45da6aba251e13a5f7302093b322acb01354b /config | |
| parent | dbdce6a987efa7c665ddb123d65d33c4e4a7a96d (diff) | |
Set permissions on /tmp
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/install.sh b/config/install.sh index 7596bf4..21a0a76 100644 --- a/config/install.sh +++ b/config/install.sh @@ -85,5 +85,5 @@ asdf reshim asdf current rm -fr /tmp mkdir -p /tmp -chmod 777 /tmp +chmod +t /tmp bash -lc 'scrub' |
