Fix for jinja error

This commit is contained in:
William Wernert
2020-01-30 12:40:39 -05:00
parent 5bd037e88c
commit f839f38553

View File

@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# {% raw %}
if ! [ $(id -u)=0 ]; then
echo "This command must be run as root"
exit 1
@@ -134,4 +136,6 @@ main() {
printf "\n"
}
main
main
# {% endraw %}