Hello,
I’m trying to run the following script during the deployment but it seems that my script isn’t executed:
#!/bin/bash
mkdir /tmp/TMP
cd /tmp/TMP
sleep 2m
wget http://mirrors.kernel.org/ubuntu/pool/universe/i/ipmitool/ipmitool_1.8.18-5build1_amd64.deb -P /opt/TMP/
- The sleep 2m is only to stop the installation to see if my script is executed but nothing.
- I’m using the following command to start the deployment:
maas $PROFILE machine deploy $SYSTEM_ID user_data@=/opt/test.sh
Can someone help me please !