remove .sh in the name from push.d/skeleton.sh
This commit is contained in:
parent
e92963e932
commit
f8e447a4b8
1 changed files with 0 additions and 0 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
ON)
|
||||
echo 'ON'
|
||||
;;
|
||||
HALF)
|
||||
echo 'HALF'
|
||||
;;
|
||||
OFF)
|
||||
echo 'OFF'
|
||||
;;
|
||||
esac
|
Reference in a new issue