Jump to content

Wind010

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Wind010's Achievements

  1. Correction from the portals directory: rm $(find . -type f -name '.enable') rm $(find . -type f -name '.disable')
  2. I was able to resolve this by deleting all the .enable and .disable files from /root/portals using the following since the -delete flag isn't supported with find in this bash. rm $(find -type f -name '.enable') rm $(find -type f -name '.disable')
×
×
  • Create New...