feat: Update 14 and remove 1 files
This commit is contained in:
@@ -59,7 +59,7 @@ namespace dropshell
|
||||
|
||||
// 3. Run uninstall script if it exists
|
||||
std::string uninstall_script = remotepath(server, user).service_template(service) + "/uninstall.sh";
|
||||
if (!server_env.run_remote_template_command(service, "uninstall", {}, false, {}))
|
||||
if (!server_env.run_remote_template_command(service, "uninstall", {}, false, {}, NULL))
|
||||
warning << "Uninstall script failed, but continuing with directory removal" << std::endl;
|
||||
|
||||
// 4. Remove the service directory from the server, running in a docker container as root.
|
||||
|
||||
Reference in New Issue
Block a user