|call script|!- rm -r ~/tmp/tests | true -!|
 |call script|if [ ! -d ~/webssh ]; then cd ~; git clone https://github.com/huashengdun/webssh; fi|
 |call script|cd ~/webssh; git_up|
-|call script|rsync -a /usr/lib/python3.9/webssh/ ~/tmp/webssh/|
+|call script|rsync -a /usr/lib/python3/dist-packages/webssh/ ~/tmp/webssh/|
 |call script|rsync -a ~/webssh/tests/ ~/tmp/tests/|