source:
OpenRLabs-Git/web2py/applications/rlabs/scripts/clear_fs_sessions.sh
Last change on this file was d466a97, checked in by , 4 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | for i in $(find /var/www/web2py/applications/rlabs/sessions/ -type d -mtime +1); do |
4 | rm -fr $i |
5 | done |
Note: See TracBrowser
for help on using the repository browser.