Browse Source

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 years ago
parent
commit
2022176637
1 changed files with 1 additions and 1 deletions
  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$
 #