Changeset 1876
- Timestamp:
- Sep 24, 2013, 12:22:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/instal1d.sh
r1868 r1876 74 74 # Creating directory for 1d cases 75 75 ################################################################################ 76 if [ - f1dcases ] ; then76 if [ -d 1dcases ] ; then 77 77 echo '1dcases existe deja' 78 78 echo 'on continue' … … 84 84 85 85 for cas in amma arm_cu ayotte case_e eq_rd_cv fire hapex92_init rico toga sanduref sandufast sanduslow twpice ; do 86 if [ - f$cas ] ; then86 if [ -d $cas ] ; then 87 87 echo $cas existe deja 88 88 echo 'on continue, mais il faudra verifier qu il ne manque rien dans '$cas
Note: See TracChangeset
for help on using the changeset viewer.