#!/bin/bash
# File is autogenerated by Cloud-Init and will be recreated after each boot
FILE=/var/lib/cloud/scripts/pwdchange.696c7068d53bc
if [ ! -f "$FILE" ]; then
  eval "cloud-init single --name set-passwords --frequency always"
  touch $FILE
fi
