瀏覽代碼

Update update_sengi_local.sh

poesty 1 年之前
父節點
當前提交
85f6b21957
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      update/update_sengi_local.sh

+ 1 - 1
update/update_sengi_local.sh

@@ -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"