mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
58bd7d19ef
chmod -R 1777 /tmp recursively sets sticky bit on files (no defined behavior), not just the directory. Deduplicate to single chmod 1777 /tmp. Closes #747 Co-Authored-By: Maksim Soltan <Gonzih@users.noreply.github.com>