mirror of
https://github.com/deajan/obackup.git
synced 2025-02-06 03:13:49 +01:00
Updated website link. Also removed duplicate exit statement after Usage function run.
This commit is contained in:
parent
dc4c4b442a
commit
3dd8e456c0
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
###### Remote (or local) backup script for files & databases
|
###### Remote (or local) backup script for files & databases
|
||||||
###### (L) 2013 by Ozy de Jong (www.badministrateur.com)
|
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
||||||
OBACKUP_VERSION=1.84
|
OBACKUP_VERSION=1.84
|
||||||
OBACKUP_BUILD=1107201301
|
OBACKUP_BUILD=1107201301
|
||||||
|
|
||||||
@ -1028,7 +1028,6 @@ silent=0
|
|||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
then
|
then
|
||||||
Usage
|
Usage
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for i in "$@"
|
for i in "$@"
|
||||||
@ -1042,7 +1041,6 @@ do
|
|||||||
;;
|
;;
|
||||||
--help|-h)
|
--help|-h)
|
||||||
Usage
|
Usage
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user