mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
integrate-distro.sh fix: Execution stopped with missing execute permissions
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e1b3fee094
commit
b18c91d48b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# -- defaults
|
||||
# install_dev=/dev/sdb
|
||||
|
|
@ -1456,7 +1456,7 @@ if [ `whoami` != root -o "$l32" ]; then
|
|||
opts=""
|
||||
[ "$config_file" ] && opts="$opts --config-file $config_file"
|
||||
#debug="/bin/bash -x"
|
||||
ssh -l root localhost $l32 $debug $exe $@ -p $root_password_file -u $scm_user -w $cwd $opt_ssh_auth_sock -P "$PATH" $opts
|
||||
ssh -l root localhost $l32 $debug /bin/bash $exe $@ -p $root_password_file -u $scm_user -w $cwd $opt_ssh_auth_sock -P "$PATH" $opts
|
||||
|
||||
exit $?
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue