Changeset 2580
- Timestamp:
- 10/09/09 17:08:10 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
alternc-vhost/trunk/usr/lib/alternc/hosting_manage.sh
r2579 r2580 16 16 f) 17 17 fqdn=$OPTARG 18 param=$fqdn 18 19 ;; 19 20 d) 20 21 #Argument attendu : chemin absolu du domaine géré 21 22 directory=$OPTARG 23 param=$param" "$directory 22 24 ;; 23 25 esac … … 28 30 if type host_$action"_"$type >/dev/null 2>&1; then 29 31 echo "création $type lancé" 30 host_$action"_"$type $ fqdn32 host_$action"_"$type $param 31 33 fi
Note: See TracChangeset
for help on using the changeset viewer.
