Browse Source

Merge pull request #1220 from strowi/master

+ fix shebang
Phoenix Eve Aspacio 7 years ago
parent
commit
8d55f066a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper-scripts/mailcow-reset-admin.sh

+ 1 - 1
helper-scripts/mailcow-reset-admin.sh

@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
 [[ -f mailcow.conf ]] && source mailcow.conf
 [[ -f ../mailcow.conf ]] && source ../mailcow.conf