mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixing environment for cron
This commit is contained in:
parent
ebf9994fb7
commit
50f7bcc66e
6 changed files with 6 additions and 6 deletions
|
@ -742,7 +742,7 @@ validate_format(){
|
|||
stats_user) validate_format_username "$arg" "$arg_name" ;;
|
||||
template) validate_format_username "$arg" "$arg_name" ;;
|
||||
ttl) validate_format_int "$arg" ;;
|
||||
user) validate_format_username "$arg" ;;
|
||||
user) validate_format_username "$arg" "$arg_name" ;;
|
||||
wday) validate_format_mhdmw "$arg" $arg_name ;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue