From bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 Mon Sep 17 00:00:00 2001 From: Monwarez Date: Sat, 26 Nov 2016 02:28:56 +0100 Subject: use env instead of full path to bash --- update/create_music.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update/create_music.sh') diff --git a/update/create_music.sh b/update/create_music.sh index db82b2f..63e969e 100755 --- a/update/create_music.sh +++ b/update/create_music.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2011-2012 Evol Online # Author: Andrei Karas (4144) @@ -27,4 +27,4 @@ cat xml_footer.txt >>resources.xml cp music.zip ../upload/ cp resources.xml ../upload/ -cp ../news.txt ../upload/ \ No newline at end of file +cp ../news.txt ../upload/ -- cgit v1.2.3-60-g2f50