diff --git a/SMP-analyze-remote.sh b/SMP-analyze-remote.sh
index c547da7c5570991837fd1a5138baf4012cdc9dd6..4087fcf091947d3f96ba4dab06bab72c2ea99a1e 100755
--- a/SMP-analyze-remote.sh
+++ b/SMP-analyze-remote.sh
@@ -28,7 +28,7 @@ echo "--END DEBUG---------"
 # The perl script will also include names of dependent shared object (.so) file
 # Start timing stuff
 copyStartTime=`date +%s`
-scp -P $IDA_PRO_SERVER_PORT -q $@ `$PEASOUP_UMBRELLA_DIR/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
+scp -P $IDA_PRO_SERVER_PORT -q $@ `$PEASOUP_UMBRELLA_DIR/IdaProServer/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
 if [ -n "$SMPSA_PLUGIN" ]; then
     scp -P $IDA_PRO_SERVER_PORT -q ${SMPSA_PLUGIN}* $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
 fi