Chris Vogel 1 년 전
부모
커밋
ab39e9de19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -44,7 +44,7 @@ chmod -R o-rwx "$install_dir"
 chown -R "$app:$app" "$install_dir"
 
 # get flohmarkt
-ynh_setup_source --dest-dir="$install_dir"
+ynh_setup_source --dest_dir="$install_dir"
 
 # setup python environment for flohmarkt
 ynh_secure_remove "$install_dir/venv"