diff options
-rw-r--r-- | ext/session/mod_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_files.sh b/ext/session/mod_files.sh index aac0d48fd0..6e5d0cad6f 100644 --- a/ext/session/mod_files.sh +++ b/ext/session/mod_files.sh @@ -61,5 +61,5 @@ echo "Creating session path in $directory with a depth of $depth for session.has for i in $hash_chars; do newpath="$directory/$i" mkdir $newpath || exit 1 - sh $0 $newpath `expr $depth - 1` $hashbits recurse + /bin/bash $0 $newpath `expr $depth - 1` $hashbits recurse done |