Skip to content

Commit 096221c

Browse files
committed
Change deb postrm shebang to /bin/bash
Fixes microsoft#6758
1 parent 223e0aa commit 096221c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/linux/debian/postrm.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
#
33
# Copyright (c) Microsoft Corporation. All rights reserved.
44
# Licensed under the MIT License. See License.txt in the project root for license information.

0 commit comments

Comments
 (0)