Skip to content

Commit cbcdf9e

Browse files
committed
Fixed package trigger name
1 parent a6a5bbc commit cbcdf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rebuild_user_conf() {
1616

1717
# Run template trigger
1818
if [ -x "$VESTA/data/packages/$PACKAGE.sh" ]; then
19-
$VESTA/data/packages/$package.sh "$user" "$CONTACT" "$FNAME" "$LNAME"
19+
$VESTA/data/packages/$PACKAGE.sh "$user" "$CONTACT" "$FNAME" "$LNAME"
2020
fi
2121

2222
# Rebuild user

0 commit comments

Comments
 (0)