Chore: migrate some scripts shebang to sh
[releng/builder.git] / packer / provision / system_reseal.sh
index 865fc935bf650d18a1023386853e05d1cd6437d4..311fcc42188c45d1402f0a93ad4e7c4d94064b28 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # vim: sw=2 ts=2 sts=2 et :
 
@@ -32,10 +32,6 @@ rm -rf /var/lib/cloud/*
 # clean-up any manual packer uploads
 rm -rf /tmp/packer
 
-# add local script for remote environments
-
-./system_reseal_local_env.sh
-
 # Force a system sync and sleep to get around any SSD issues
 echo "Forcing sync and sleep for 10sec"
 sync