Created
December 24, 2017 07:08
-
-
Save parsibox/b9a56ba62ebc63d32d2a1f9ba41313c0 to your computer and use it in GitHub Desktop.
make empty all directadmin user cron job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for k in `find /usr/local/directadmin/data/users/ -type f -name 'crontab.conf' `; do echo"" > $k;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment