From: Maxim Mamontov Date: Tue, 10 May 2011 14:59:23 +0000 (+0300) Subject: Remove files copying from interface creation scripts X-Git-Tag: 2.407-p1~14 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/20a6f8130099fb69d67e7a58fa9935caa9be32c5 Remove files copying from interface creation scripts --- diff --git a/projects/sgauthstress/mkifs.sh b/projects/sgauthstress/mkifs.sh index b73ca719..ada22f00 100755 --- a/projects/sgauthstress/mkifs.sh +++ b/projects/sgauthstress/mkifs.sh @@ -5,7 +5,6 @@ hi=0 lo=0 for user in $users do - cp -R /var/stargazer/users/test /var/stargazer/users/$user if (( $lo > 254 )) then lo=0 diff --git a/projects/sgauthstress/rmifs.sh b/projects/sgauthstress/rmifs.sh index 6469f0df..0663b9d9 100755 --- a/projects/sgauthstress/rmifs.sh +++ b/projects/sgauthstress/rmifs.sh @@ -5,7 +5,6 @@ hi=0 lo=0 for user in $users do - cp -R /var/stargazer/users/test /var/stargazer/users/$user if (( $lo > 254 )) then lo=0