asterisk11-gui: postinst: change interpreter from bash to sh
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
20bfef8e88
commit
e28010b45c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
CFG_PATH="/etc/asterisk/"
|
CFG_PATH="/etc/asterisk/"
|
||||||
GUI_CFG_PREFIX="gui_"
|
GUI_CFG_PREFIX="gui_"
|
||||||
|
|
Loading…
Reference in a new issue