ArchiveServer install: Fixed these files to use the new common install code.
This commit is contained in:
parent
2e37fb9c66
commit
1a8610b37b
|
@ -26,6 +26,7 @@ echo "*************************\n";
|
|||
|
||||
require_once('../conf.php');
|
||||
require_once('../../../storageServer/var/GreenBox.php');
|
||||
require_once('../../../storageServer/var/install/installInit.php');
|
||||
require_once('../../../storageServer/var/install/installMain.php');
|
||||
|
||||
echo "**********************************\n";
|
||||
|
|
|
@ -25,6 +25,7 @@ echo "* ArchiveServer Uninstall *\n";
|
|||
echo "***************************\n";
|
||||
|
||||
require_once('../conf.php');
|
||||
require_once('../../../storageServer/var/install/installInit.php');
|
||||
require_once('../../../storageServer/var/install/uninstallMain.php');
|
||||
|
||||
echo "************************************\n";
|
||||
|
|
Loading…
Reference in New Issue