Add option --reinstall
With --install, the server is installed only if the current version is not already installed. Passing --reinstall force reinstallation is all cases.
This commit is contained in:
@@ -49,6 +49,7 @@ struct sc_server_params {
|
||||
bool cleanup;
|
||||
bool power_on;
|
||||
bool install;
|
||||
bool reinstall;
|
||||
};
|
||||
|
||||
struct sc_server {
|
||||
|
||||
Reference in New Issue
Block a user