File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212# Importing system enviroment as we run this script
1313# mostly by cron wich not read it by itself
14- source /etc/profile.d/vesta.sh
14+ source /etc/profile
1515
1616# Includes
1717source $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ queue=$1
1717
1818# Importing system enviroment as we run this script
1919# mostly by cron wich not read it by itself
20- source /etc/profile.d/vesta.sh
20+ source /etc/profile
2121
2222# Includes
2323source $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change 1212
1313# Importing system enviroment as we run this script
1414# mostly by cron wich do not read it by itself
15- source /etc/profile.d/vesta.sh
15+ source /etc/profile
1616
1717# Includes
1818source $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ version=$1
1515updates=' '
1616
1717# Importing system enviroment
18- source /etc/profile.d/vesta.sh
18+ source /etc/profile
1919
2020# Includes
2121source $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ user=$1
1414
1515# Importing system enviroment as we run this script
1616# mostly by cron wich not read it by itself
17- source /etc/profile.d/vesta.sh
17+ source /etc/profile
1818
1919# Includes
2020source $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ validate_format(){
742742 stats_user) validate_format_username " $arg " " $arg_name " ;;
743743 template) validate_format_username " $arg " " $arg_name " ;;
744744 ttl) validate_format_int " $arg " ;;
745- user) validate_format_username " $arg " ;;
745+ user) validate_format_username " $arg " " $arg_name " ;;
746746 wday) validate_format_mhdmw " $arg " $arg_name ;;
747747 esac
748748 done
You can’t perform that action at this time.
0 commit comments