diff options
author | Olivier Paroz <github@oparoz.com> | 2015-09-27 13:03:31 +0200 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2015-09-27 13:03:31 +0200 |
commit | ff4227bbfc54709a209885bfb78054c60fdb519c (patch) | |
tree | d544b57d907418daf10587e93931ed05abdc1343 /core | |
parent | fe54d76e3dd047876847cebb63ed469c3273cf0a (diff) | |
download | nextcloud-server-ff4227bbfc54709a209885bfb78054c60fdb519c.tar.gz nextcloud-server-ff4227bbfc54709a209885bfb78054c60fdb519c.zip |
Use a universal shebang
Fixes #15037
Diffstat (limited to 'core')
-rwxr-xr-x | core/img/image-optimization.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/image-optimization.sh b/core/img/image-optimization.sh index e6374c419b2..3fad080dc79 100755 --- a/core/img/image-optimization.sh +++ b/core/img/image-optimization.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash function recursive_optimize_images() { cd $1; |