Commit 12603889 authored by Frank Bergmann's avatar Frank Bergmann

- exec -> im_exec changes from Gustaf

parent 3b3509cf
......@@ -28,10 +28,10 @@ ad_proc -public im_filestorage_size_indicator_sweeper { } {
set du_output ""
if {[catch {
set du_output [exec /bin/bash -c "du -sk $filestorage_path"]
set du_output [im_exec bash -c "du -sk $filestorage_path"]
ns_log Notice "im_filestorage_size_indicator_sweeper: du_output=$du_output"
} err_msg]} {
ns_log Error "im_filestorage_size_indicator_sweeper: Error executing 'exec /bin/bash -c \"du -sk $filestorage_path\"': $err_msg"
ns_log Error "im_filestorage_size_indicator_sweeper: Error executing 'im_exec /bin/bash -c \"du -sk $filestorage_path\"': $err_msg"
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment