Merge branch 'master' of https://gitea.sustancia.synology.me/JailDesigner/bashscript
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
## Comprueba los parametros
|
## Comprueba los parametros
|
||||||
if [ "$#" -lt 2 ]; then
|
if [ "$#" -lt 2 ]; then
|
||||||
printf "Uso: chd_from_zip.sh SOURCEDIR DESTDIR [-remove]"
|
printf "Uso: chd_from_zip.sh SOURCEDIR DESTDIR [-remove]\n"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
readonly sourcedir="$1"
|
readonly sourcedir="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user