added extra payment link and sleep for launch

This commit is contained in:
mischa 2023-05-01 13:15:52 +02:00
parent a448159048
commit f75da4b3c8
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ ssh wm1.obsda.ms "doas ./create-user.pl ${HOST}${1}"
openrsync -va --del /home/mischa/vms/ mischa@rx.high5.nl:vms/${HOST}/
deploy.pl
sleep 10
rcctl restart dhcpd
vmctl reload
sleep 10
@ -82,6 +83,7 @@ done > /tmp/pipe_${1} 2> ${LOGS}/${1}.log
echo "completed"
deploy.pl
sleep 10
rcctl restart dhcpd
vmctl reload
sleep 10

View File

@ -46,6 +46,7 @@ my %payment_links = (
'134' => 'https://buy.stripe.com/28o4gq0i67LSe1q8wD',
'144' => 'https://buy.stripe.com/cN214ec0O1nuf5u6ow',
'184' => 'https://buy.stripe.com/9AQ8wGe8W0jq1eEdQZ',
'194' => 'https://buy.stripe.com/bIY5kugh4gioe1qeV6',
'334' => 'https://buy.stripe.com/9AQfZ80i6gio8H64gq',
);