Skip to content

Commit 3192fff

Browse files
author
Dirk Petersen
committed
installer fixes
1 parent 7e63561 commit 3192fff

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)