mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
https://github.com/cskefu/cskefu/issues/775 fix script permission
This commit is contained in:
parent
26c8377a02
commit
ef6855f234
13
bin/fixScriptsPermission.sh
Executable file
13
bin/fixScriptsPermission.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#! /bin/bash
|
||||
###########################################
|
||||
#
|
||||
###########################################
|
||||
|
||||
# constants
|
||||
baseDir=$(cd `dirname "$0"`;pwd)
|
||||
# functions
|
||||
|
||||
# main
|
||||
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
|
||||
cd $baseDir/..
|
||||
for x in `find . -name "*.sh"`; do dos2unix $x; chmod +x $x ; done
|
0
compose/bin/flush.sh
Normal file → Executable file
0
compose/bin/flush.sh
Normal file → Executable file
0
plugins/bin/buildAll.sh
Normal file → Executable file
0
plugins/bin/buildAll.sh
Normal file → Executable file
0
plugins/bin/deployAll.sh
Normal file → Executable file
0
plugins/bin/deployAll.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user