Skip to content

Commit 76d1057

Browse files
authored
Merge pull request #166 from dirkpetersen/permissions
installer fixes
2 parents d9c8ef4 + 3192fff commit 76d1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ install_pwalk() {
402402

403403
# Compile pwalk tool and put exec file in froster's binaries folder
404404
echo " Compiling pwalk"
405-
gcc -pthread ${pwalk_path}/pwalk.c ${pwalk_path}/exclude.c ${pwalk_path}/fileProcess.c -o ${pwalk_path}/pwalk &
405+
gcc -pthread ${pwalk_path}/pwalk.c ${pwalk_path}/exclude.c ${pwalk_path}/fileProcess.c -o ${pwalk_path}/pwalk | redirect_output &
406406
spinner $!
407407

408408
# Get the froster's binaries folder

0 commit comments

Comments
 (0)