소스 검색

added logic to copy home skeleton

tags/release-00
gashapwn 3 년 전
부모
커밋
067441e753
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      .gitignore
  2. +3
    -0
      perl-script/provision.pl

+ 1
- 3
.gitignore 파일 보기

@@ -2,8 +2,6 @@ venv/*
test/*
*~
test_*.txt
*/p0.pl
*/p1.pl
*/p2.pl
*/p[0-9].pl
notes.txt
user_list.txt

+ 3
- 0
perl-script/provision.pl 파일 보기

@@ -47,6 +47,9 @@ chdir $admin_home_dir;
system("su $admin_un -c 'git clone $GIT_REPO'");
chdir $REPO_DIR;

# Copy the skel directory
system("cp -r ./skel/* /etc/skel/");

# Setup the virtual environment
system("pkg_add python3");
printf("generating virutal enviornment...\n");


불러오는 중...
취소
저장