mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Sicherheitsabfrage ins make.sh fuer die commit Option eingebracht
linuxadmin git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@240 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
1028
doc/ChangeLog
1028
doc/ChangeLog
File diff suppressed because it is too large
Load Diff
5
make.sh
5
make.sh
@@ -1597,7 +1597,10 @@ batch)
|
|||||||
$0 clean
|
$0 clean
|
||||||
;;
|
;;
|
||||||
"SVN: Commit")
|
"SVN: Commit")
|
||||||
$0 svn commit
|
echo "Are your sure to Update all Files to the Server (write: yes)?"; read input
|
||||||
|
if [ "$input" == "yes" ]; then
|
||||||
|
$0 svn commit
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
"SVN: Update")
|
"SVN: Update")
|
||||||
$0 svn update
|
$0 svn update
|
||||||
|
|||||||
Reference in New Issue
Block a user