@@ -1,5 +1,5 @@
#!/bin/bash
web_path=""
-sh $HOME/scripts/docker-image-extract -o "$web_path/sengi" nicolasconstant/sengi
+docker-image-extract -o "$web_path/sengi" nicolasconstant/sengi
rsync -avh --delete --exclude=".htaccess" --exclude="robots.txt" "$web_path/sengi/app/" "$web_path/public_html"
rm -rf "$web_path/sengi"