Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
997e6d50
Commit
997e6d50
authored
Oct 07, 2016
by
Till Brehm
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
remove missing update_from_tgz.sh for installer See merge request !465
parents
c8ccf559
dcf56af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
997e6d50
...
...
@@ -2563,8 +2563,8 @@ Email Address []:
if
(
is_file
(
'/usr/local/bin/ispconfig_update_from_dev.sh'
))
unlink
(
'/usr/local/bin/ispconfig_update_from_dev.sh'
);
chown
(
$install_dir
.
'/server/scripts/update_from_dev.sh'
,
'root'
);
chmod
(
$install_dir
.
'/server/scripts/update_from_dev.sh'
,
0700
);
chown
(
$install_dir
.
'/server/scripts/update_from_tgz.sh'
,
'root'
);
chmod
(
$install_dir
.
'/server/scripts/update_from_tgz.sh'
,
0700
);
//
chown($install_dir.'/server/scripts/update_from_tgz.sh', 'root');
//
chmod($install_dir.'/server/scripts/update_from_tgz.sh', 0700);
chown
(
$install_dir
.
'/server/scripts/ispconfig_update.sh'
,
'root'
);
chmod
(
$install_dir
.
'/server/scripts/ispconfig_update.sh'
,
0700
);
if
(
!
is_link
(
'/usr/local/bin/ispconfig_update_from_dev.sh'
))
symlink
(
$install_dir
.
'/server/scripts/ispconfig_update.sh'
,
'/usr/local/bin/ispconfig_update_from_dev.sh'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment