From 75604b007e165da7be2243189a29573379491424 Mon Sep 17 00:00:00 2001 From: byludy <56289598+byludy@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:04:06 +0800 Subject: [PATCH] Update update.sh --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 010cb60..b173aea 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!bash +#!/usr/bin/env bash if [ $# -eq 0 ]; then echo " @@ -69,3 +69,4 @@ rm -rf *~ #rm -rf .[^.]*~ rm -rf OneManager-php chmod 666 .data/config.php +chmod 777 update.sh