浏览代码

ser_mysql.sh: Switch to /bin/bash

The ser_mysql.sh script is probably not POSIX clean and currently does
not work with dash (the new default interpreter for /bin/sh in debian).

Switch back to /bin/bash, this makes the script work again across
distributions.
Jan Janak 15 年之前
父节点
当前提交
2022176637
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/mysql/sip-router_mysql.sh

+ 1 - 1
scripts/mysql/sip-router_mysql.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # $Id$
 #