소스 검색

provision.pl - handle skel directory for admin user

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

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

@@ -51,6 +51,10 @@ chdir $REPO_DIR;
system("mkdir ./skel/public_html/cgi");
system("cp -r ./skel/* /etc/skel/");

# setup admin user
system("cp -r ./skel/* /home/$admin_un/");
system("chown -R $admin_un:$admin_un /home/$admin_un");

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


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