8000 updated deprecated styles by rachejazz · Pull Request #9 · ellerbrock/docker-collection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

updated deprecated styles #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rachejazz
Copy link

Ran into couple of errors

  • While using sh. Cannot recognise [[
+ [[ -f /etc/ssh/moduli ]]
./harden.sh: 16: [[: not found
  • Using deprecated find flags:
+ find / -xdev -type d -perm +0002 -exec chmod o-w {} +
find: invalid mode ‘+0002’
+ find /bin /etc /lib /sbin /usr -xdev -type f -a -perm +4000 -delete
find: invalid mode ‘+4000’

this is happening because find has deprecated +mode. From man page of find:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0