Last change
on this file since 659 was
659,
checked in by broder, 17 years ago
|
Don't blow errors to /dev/null
|
-
Property svn:executable set to
*
|
File size:
658 bytes
|
Rev | Line | |
---|
[127] | 1 | #!/bin/sh |
---|
| 2 | |
---|
[659] | 3 | attach scripts |
---|
[127] | 4 | . /mit/scripts/bin$scriptsdev/signup-minimal |
---|
| 5 | |
---|
| 6 | if [ ! -d "/mit/$lname/cron_scripts/" ]; then |
---|
[659] | 7 | mkdir /mit/$lname/cron_scripts |
---|
[127] | 8 | fs sa /mit/$lname/cron_scripts system:anyuser l |
---|
[380] | 9 | fs sa /mit/$lname/cron_scripts system:authuser none |
---|
[127] | 10 | fs sa /mit/$lname/cron_scripts daemon.scripts write |
---|
| 11 | DATE=`date` |
---|
| 12 | sed '/SCRIPTS_USER/s//'"$lname"'/g' /mit/scripts/deploy/crontab | sed '/SCRIPTS_DATE/s//'"$DATE"'/g' > /mit/$lname/cron_scripts/crontab |
---|
| 13 | success "the cron script service" "The directory /mit/$lname/cron_scripts has been created." |
---|
| 14 | else |
---|
| 15 | success "the cron script service" "The directory /mit/$lname/cron_scripts already exists." |
---|
| 16 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.